Add config.h support : will fix the LARGEFILE problem
[lttv.git] / ltt / branches / poly / libltt / libltt.c
index 196b1da459de2acd5cfcd4e97c8999219f454f67..5363f843f33eb3c75cb3df8fffac603b7f95a019 100644 (file)
  *     
  */
 
-#include <sys/socket.h> // for broken Fedora Core 3
-#include <sys/types.h>
-#include <sys/time.h>
-#include <linux/netlink.h>
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include <libltt/libltt.h>
 #include <errno.h>
 #include <stdio.h>
This page took 0.02329 seconds and 4 git commands to generate.