asserts
[oweals/gnunet.git] / src / util / plugin.c
index d26a343c707261dc5f61474bf65a0a0c100fa07b..36380f339eb7b51ef5e46080f11de0605132f8c9 100644 (file)
@@ -25,7 +25,7 @@
  */
 
 #include "platform.h"
-#include <libltdl/ltdl.h>
+#include <ltdl.h>
 #include "gnunet_common.h"
 #include "gnunet_os_lib.h"
 #include "gnunet_plugin_lib.h"
@@ -232,7 +232,7 @@ GNUNET_PLUGIN_unload (const char *library_name, void *arg)
     plugins = pos->next;
   else
     prev->next = pos->next;
-  // lt_dlclose (pos->handle);
+  lt_dlclose (pos->handle);
   GNUNET_free (pos->name);
   GNUNET_free (pos);
   return ret;