Add config.h support : will fix the LARGEFILE problem
[lttv.git] / ltt / branches / poly / ltt / parser.c
index 5c90c983631f60215933ce681cce90ea397ab044..8e409aa927736ac2f9334a58d14e55e23f928626 100644 (file)
@@ -34,6 +34,10 @@ This program is distributed in the hope that it will be useful,
    all types is maintained to facilitate the freeing of all type 
    information when the processing of an ".xml" file is finished. */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include <stdlib.h> 
 #include <string.h>
 #include <stdio.h>
This page took 0.02232 seconds and 4 git commands to generate.