Add config.h support : will fix the LARGEFILE problem
[lttv.git] / ltt / branches / poly / lttv / lttv / module.c
index e2d4d2caafa3d1d6a5767e7f620a1dbeb28d1bb6..bc4f3de0c941ad923c040345795d8818c6bc1616 100644 (file)
 
 /* module.c : Implementation of the module loading/unloading mechanism. */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include <lttv/module.h>
 #include <gmodule.h>
 
This page took 0.028914 seconds and 4 git commands to generate.