summaryrefslogtreecommitdiff
path: root/apps/examples/thttpd/content/mksymtab.sh
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/thttpd/content/mksymtab.sh')
-rwxr-xr-xapps/examples/thttpd/content/mksymtab.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/thttpd/content/mksymtab.sh b/apps/examples/thttpd/content/mksymtab.sh
index 611d3a87a..4b5347f17 100755
--- a/apps/examples/thttpd/content/mksymtab.sh
+++ b/apps/examples/thttpd/content/mksymtab.sh
@@ -22,7 +22,7 @@ varlist=`find $dir -name "*-thunk.S"| xargs grep -h asciz | cut -f3 | sort | uni
echo "#ifndef __EXAMPLES_NXFLAT_TESTS_SYMTAB_H"
echo "#define __EXAMPLES_NXFLAT_TESTS_SYMTAB_H"
echo ""
-echo "#include <nuttx/symtab.h>"
+echo "#include <nuttx/binfmt/symtab.h>"
echo ""
echo "static const struct symtab_s exports[] = "
echo "{"