133f8caf63
fixes build failure on DragonFly.
12 lines
268 B
Text
12 lines
268 B
Text
$NetBSD: patch-ad,v 1.1 2010/12/31 16:39:23 obache Exp $
|
|
|
|
--- transmit.c.orig 2008-02-29 18:25:59.000000000 +0000
|
|
+++ transmit.c
|
|
@@ -41,6 +41,7 @@
|
|
#include <sys/types.h>
|
|
|
|
#include <netinet/in.h>
|
|
+#include <sys/socket.h>
|
|
|
|
#include <pthread.h>
|
|
#include <stdlib.h>
|