blob: 999e599098274c2b5c851fcd4511adb297b3898b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
$NetBSD: patch-ac,v 1.1 2008/07/31 03:58:05 bjs Exp $
--- tools/netsource.c.orig 2008-07-27 22:17:58.000000000 -0400
+++ tools/netsource.c
@@ -31,10 +31,14 @@ Foundation, Inc., 675 Mass Ave, Cambridg
#include <stdlib.h>
#include <string.h>
+#include <sys/socket.h>
+
#include <netinet/in.h>
#include <netdb.h>
+#ifdef HAVE_ALLOCA_H
#include <alloca.h>
+#endif
#include <jack/jack.h>
|