Add config.h support : will fix the LARGEFILE problem
[lttv.git] / ltt / branches / poly / ltt / event.c
index b7da64e5d7362a10bc04486f5f658329bddfce16..02ecf271de2ab614df1201bd569e24dbed514004 100644 (file)
  * MA 02111-1307, USA.
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include <stdio.h>
 #include <string.h>
 #include <stdlib.h>
This page took 0.023119 seconds and 4 git commands to generate.