mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-20 05:21:59 -04:00
Change path to included header files so they are now included from the apps directory.
This commit is contained in:
parent
b25f24cb75
commit
04c48138a8
|
@ -54,10 +54,10 @@
|
||||||
* $Id: httpd.c,v 1.2 2006/06/11 21:46:38 adam Exp $
|
* $Id: httpd.c,v 1.2 2006/06/11 21:46:38 adam Exp $
|
||||||
*/
|
*/
|
||||||
#include "net/uip.h"
|
#include "net/uip.h"
|
||||||
#include "net/httpd.h"
|
#include "apps/httpd/httpd.h"
|
||||||
#include "net/httpd-fs.h"
|
#include "apps/httpd/httpd-fs.h"
|
||||||
#include "net/httpd-cgi.h"
|
#include "apps/httpd/httpd-cgi.h"
|
||||||
#include "net/http-strings.h"
|
#include "apps/httpd/http-strings.h"
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue