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