header missing
[lttv.git] / ltt / branches / poly / libltt / libltt.c
index b4555ea55149bed353ee63526f710f0dea8e92da..20d2908459225bee45d68f9e8b363636759cbd21 100644 (file)
  *     
  */
 
-#include <libltt/libltt.h>
-#include <asm/types.h>
+//#include <linux/socket.h>
+#include <sys/socket.h> // for broken Fedora Core 3
+#include <linux/types.h>
+#include <linux/time.h>
 #include <linux/netlink.h>
+#include <libltt/libltt.h>
+#include <asm/socket.h>
 #include <errno.h>
 #include <stdio.h>
 
+
 /* Private interface */
 
 enum {
This page took 0.036914 seconds and 4 git commands to generate.