summaryrefslogtreecommitdiff
path: root/apps/examples/thttpd/thttpd_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/thttpd/thttpd_main.c')
-rw-r--r--apps/examples/thttpd/thttpd_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/thttpd/thttpd_main.c b/apps/examples/thttpd/thttpd_main.c
index 9d08824e6..71fc8de6a 100644
--- a/apps/examples/thttpd/thttpd_main.c
+++ b/apps/examples/thttpd/thttpd_main.c
@@ -55,7 +55,7 @@
#include <apps/netutils/uiplib.h>
#include <apps/netutils/thttpd.h>
-#include <nuttx/ramdisk.h>
+#include <nuttx/fs/ramdisk.h>
#include <nuttx/binfmt/binfmt.h>
#include <nuttx/binfmt/nxflat.h>
#ifdef CONFIG_NET_SLIP