Add config.h support : will fix the LARGEFILE problem
[lttv.git] / ltt / branches / poly / lttv / modules / examples / samplemodule2.c
index 6ce8edd6ecb7e9b596a3b780d9251effd93e9958..19a094d1349f7adb2de1de31c230849cdb41b182 100644 (file)
@@ -2,6 +2,10 @@
 
 /* Created by Mathieu Desnoyers, may 2003 */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include <glib.h>
 #include <lttv/module.h>
 
This page took 0.022686 seconds and 4 git commands to generate.