diff options
Diffstat (limited to 'net-mgmt/etherape/files/patch-conversations.c')
-rw-r--r-- | net-mgmt/etherape/files/patch-conversations.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net-mgmt/etherape/files/patch-conversations.c b/net-mgmt/etherape/files/patch-conversations.c new file mode 100644 index 000000000000..7c0673cf3983 --- /dev/null +++ b/net-mgmt/etherape/files/patch-conversations.c @@ -0,0 +1,10 @@ +--- src/conversations.c.orig Fri Jul 6 11:47:09 2001 ++++ src/conversations.c Fri Jul 6 11:47:18 2001 +@@ -21,6 +21,7 @@ + #include <config.h> + #endif + ++#include <sys/types.h> + #include <netinet/in.h> + #include "globals.h" + #include "conversations.h" |