From 000e9d739019ba1b9781dcc59e1a86cf4ff9a001 Mon Sep 17 00:00:00 2001 From: mainzelm Date: Tue, 19 Dec 2000 18:07:51 +0000 Subject: [PATCH] added include pathes --- c/fake/libdl1.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/c/fake/libdl1.c b/c/fake/libdl1.c index d0514f8..6260324 100644 --- a/c/fake/libdl1.c +++ b/c/fake/libdl1.c @@ -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 #include "sysdep.h" #include - +#include "../fakec/dlfcn.h" #ifdef USCORE #include #endif