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