added include pathes

This commit is contained in:
mainzelm 2000-12-19 18:07:51 +00:00
parent d7d0c6f3b8
commit 000e9d7390
1 changed files with 2 additions and 1 deletions

View File

@ -4,9 +4,10 @@
* looking up in a NULL open library returns symbols in the current executable
* (whose name is pointed to by object_file).
*/
#include <stdlib.h>
#include "sysdep.h"
#include <nlist.h>
#include "../fakec/dlfcn.h"
#ifdef USCORE
#include <string.h>
#endif