Add config.h support : will fix the LARGEFILE problem
[lttv.git] / ltt / branches / poly / libltt / libltt.c
index 20588b3bb2e8c00497c2bebd31e4dbac8d21c7a9..5363f843f33eb3c75cb3df8fffac603b7f95a019 100644 (file)
  *     
  */
 
-#include <linux/socket.h>
-#include <linux/types.h>
-#include <linux/time.h>
-#include <linux/netlink.h>
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include <libltt/libltt.h>
 #include <errno.h>
 #include <stdio.h>
 
+
 /* Private interface */
 
 enum {
This page took 0.023304 seconds and 4 git commands to generate.