diff --git a/components/libdl/dlfcn.h b/components/libdl/dlfcn.h index 0569dedd1be4db48c348f1fcab97b09ffef4710e..3c8b0a41b46d6e3975c81d067498d3440442ed2d 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