header missing
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Tue, 26 Jul 2005 19:20:08 +0000 (19:20 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Tue, 26 Jul 2005 19:20:08 +0000 (19:20 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@982 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/libltt/libltt.c
ltt/branches/poly/libltt/libltt.h

index 6a8042d41c8df0d15f0aff3b9c80d340b4488d75..24d4484e765fbff7f92bab3f0103509340ea1998 100644 (file)
  *     
  */
 
-#include <linux/types.h>
-#include <sys/socket.h> // for broken Fedora Core 3
-#include <sys/time.h>
-#include <linux/netlink.h>
 #include <libltt/libltt.h>
 #include <errno.h>
 #include <stdio.h>
index 274ee0f7af6bdea2bff0e13b081735458e8fcfca..bb10f459a2487aa91146e307b8cb1ed5cc7a9ce5 100644 (file)
@@ -23,6 +23,7 @@
 #define _LIBLTT_H
 
 #include <linux/limits.h>
+#include <asm/types.h>
 #include <linux/netlink.h>
 
 #ifndef NETLINK_LTT
This page took 0.024049 seconds and 4 git commands to generate.