compile fixes
[lttv.git] / ltt / branches / poly / lttv / module.c
index efeceec09c6b79684b2d378627032d7cedc4a5cc..384ad3437079b5f7728ecc8907fa4aaed3813086 100644 (file)
@@ -9,7 +9,7 @@
 
 #include <popt.h>
 #include <lttv/module.h>
-#include "lttv.h"
+#include <lttv/lttv.h>
 
 /* Table of loaded modules and paths where to search for modules */
 
@@ -267,7 +267,7 @@ int lttv_module_unload(lttv_module_info *moduleInfo, loadtype load) {
 }
 
 #define MODULE_I ((lttv_module_info *)modulesStandalone->pdata[i])
-
+//FIXME use g_ptr_array_index instead
 /* unload all the modules in the hash table, calling module_destroy for
  * each of them.
  *
This page took 0.022862 seconds and 4 git commands to generate.