summaryrefslogtreecommitdiff
path: root/apps/netutils/thttpd
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-24 20:19:44 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-24 20:19:44 +0000
commitded016c6fbd656792ca99872cc717df581fe7910 (patch)
treefeae17c23bc7aba68a12f1d99f1974f87ad9a894 /apps/netutils/thttpd
parentd99521e05ff81a2537cebc9f73b2e79181230acd (diff)
downloadnuttx-ded016c6fbd656792ca99872cc717df581fe7910.tar.gz
nuttx-ded016c6fbd656792ca99872cc717df581fe7910.tar.bz2
nuttx-ded016c6fbd656792ca99872cc717df581fe7910.zip
Move binfmt.h, nxflat.h, elf.h, and symtab.h to include/nuttx/binfmt/
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5252 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/netutils/thttpd')
-rw-r--r--apps/netutils/thttpd/thttpd.c2
-rw-r--r--apps/netutils/thttpd/thttpd_cgi.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/apps/netutils/thttpd/thttpd.c b/apps/netutils/thttpd/thttpd.c
index 1b074902d..a04a932bf 100644
--- a/apps/netutils/thttpd/thttpd.c
+++ b/apps/netutils/thttpd/thttpd.c
@@ -54,7 +54,7 @@
#include <debug.h>
#include <nuttx/compiler.h>
-#include <nuttx/symtab.h>
+#include <nuttx/binfmt/symtab.h>
#include <apps/netutils/thttpd.h>
#include "config.h"
diff --git a/apps/netutils/thttpd/thttpd_cgi.c b/apps/netutils/thttpd/thttpd_cgi.c
index 9c0de509b..31b1e0d8d 100644
--- a/apps/netutils/thttpd/thttpd_cgi.c
+++ b/apps/netutils/thttpd/thttpd_cgi.c
@@ -53,8 +53,8 @@
#include <errno.h>
#include <debug.h>
-#include <nuttx/symtab.h>
-#include <nuttx/binfmt.h>
+#include <nuttx/binfmt/symtab.h>
+#include <nuttx/binfmt/binfmt.h>
#include <apps/netutils/thttpd.h>
#include "config.h"