mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-20 04:26:04 +08:00
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:
@@ -47,7 +47,7 @@
|
||||
#include <errno.h>
|
||||
|
||||
#if defined(CONFIG_LIBC_EXECFUNCS)
|
||||
# include <nuttx/binfmt/symtab.h>
|
||||
# include <nuttx/symtab.h>
|
||||
#endif
|
||||
|
||||
#include "platform/cxxinitialize.h"
|
||||
|
Reference in New Issue
Block a user