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

ltt/branches/poly/libltt/libltt.c

index 22523c65df6a5ec6a16dc235fd6520867f4deb27..182c64720462db27e07dafbf3e36eb6a939c5671 100644 (file)
@@ -24,6 +24,7 @@
  */
 
 #include <linux/socket.h>
+#include <linux/in.h> // for broken Fedora Core 3
 #include <linux/types.h>
 #include <linux/time.h>
 #include <linux/netlink.h>
@@ -32,6 +33,7 @@
 #include <errno.h>
 #include <stdio.h>
 
+
 /* Private interface */
 
 enum {
This page took 0.024682 seconds and 4 git commands to generate.