Add config.h support : will fix the LARGEFILE problem
[lttv.git] / ltt / branches / poly / lttv / modules / examples / sampledep.c
index 305e0460503f68597e368c9fc823ade9ee3f7d9f..9f0ca614d818eb6dfd1df01cb1369e160a9fc5ad 100644 (file)
@@ -2,6 +2,10 @@
 
 /* Created by Mathieu Desnoyers, may 2003 */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include <glib.h>
 
 /* Include module.h from lttv headers for module loading */
This page took 0.021788 seconds and 4 git commands to generate.