From a90c2712ed53f8f52d14241215b236cbad5aa6b1 Mon Sep 17 00:00:00 2001 From: qiuyiuestc Date: Sun, 21 Nov 2010 23:13:20 +0000 Subject: [PATCH] fix compile error git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1081 bbd45198-f89e-11dd-88c7-29a3b14d5316 --- components/libdl/dlfcn.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/libdl/dlfcn.h b/components/libdl/dlfcn.h index 0569dedd1b..3c8b0a41b4 100644 --- a/components/libdl/dlfcn.h +++ b/components/libdl/dlfcn.h @@ -14,3 +14,5 @@ void *dlopen (const char *filename, int flag); const char *dlerror(void); void *dlsym(void *handle, const char *symbol); int dlclose (void *handle); + +#endif -- GitLab