added include pathes
This commit is contained in:
parent
d7d0c6f3b8
commit
000e9d7390
|
@ -4,9 +4,10 @@
|
||||||
* looking up in a NULL open library returns symbols in the current executable
|
* looking up in a NULL open library returns symbols in the current executable
|
||||||
* (whose name is pointed to by object_file).
|
* (whose name is pointed to by object_file).
|
||||||
*/
|
*/
|
||||||
|
#include <stdlib.h>
|
||||||
#include "sysdep.h"
|
#include "sysdep.h"
|
||||||
#include <nlist.h>
|
#include <nlist.h>
|
||||||
|
#include "../fakec/dlfcn.h"
|
||||||
#ifdef USCORE
|
#ifdef USCORE
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue