Add config.h support : will fix the LARGEFILE problem
[lttv.git] / ltt / branches / poly / lttv / modules / examples / samplemodule.c
index 3156c9f27397fb5a5b72c8f3092a4ff51fff952f..6e676d5ce10991e5e1259b19661a60ef316822e2 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.037168 seconds and 4 git commands to generate.