summaryrefslogtreecommitdiff
path: root/nuttx/netutils/webserver/httpd.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-12-12 18:33:36 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-12-12 18:33:36 +0000
commit58205f362144d4133ccd8a691b4bd973e147db21 (patch)
tree6d903ede663beec98cfd7a78b45ed8b7b755dd2e /nuttx/netutils/webserver/httpd.c
parent101602413fe057426c1aed2eb8c9f97e84cbf040 (diff)
downloadpx4-nuttx-58205f362144d4133ccd8a691b4bd973e147db21.tar.gz
px4-nuttx-58205f362144d4133ccd8a691b4bd973e147db21.tar.bz2
px4-nuttx-58205f362144d4133ccd8a691b4bd973e147db21.zip
Filename changes needed by ZDS archiver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1452 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/netutils/webserver/httpd.c')
-rw-r--r--nuttx/netutils/webserver/httpd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/netutils/webserver/httpd.c b/nuttx/netutils/webserver/httpd.c
index 6f1f6dc6e..195b61996 100644
--- a/nuttx/netutils/webserver/httpd.c
+++ b/nuttx/netutils/webserver/httpd.c
@@ -62,7 +62,7 @@
#include <net/uip/httpd.h>
#include "httpd.h"
-#include "httpd-cgi.h"
+#include "httpd_cgi.h"
/****************************************************************************
* Definitions