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