Include nuttx/symtab.h instead of nuttx/binfmt/symtab.h since symtab.h under binfmt folder is for internal use.

This commit is contained in:
Gregory Nutt
2019-12-10 08:39:22 -06:00
parent 7479cd6819
commit 3da8091d30
14 changed files with 15 additions and 16 deletions

View File

@@ -54,7 +54,7 @@
#include <debug.h>
#include <nuttx/module.h>
#include <nuttx/binfmt/symtab.h>
#include <nuttx/symtab.h>
#if defined(CONFIG_EXAMPLES_MODULE_ROMFS)
# include <nuttx/drivers/ramdisk.h>