summaryrefslogtreecommitdiff
path: root/net/SDL_net/patches/patch-aa
blob: 2badafdebc270c82d1e69f4957b3ea78ce8bb005 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-aa,v 1.1.1.1 2001/07/10 09:05:28 zuntum Exp $

--- SDLnetsys.h.orig	Thu Apr  5 23:36:43 2001
+++ SDLnetsys.h
@@ -48,6 +48,11 @@
 #include <unistd.h>
 #include <fcntl.h>
 #ifndef __BEOS__
+#ifdef __NetBSD__
+#include <sys/types.h>
+#include <sys/socket.h>
+#include <netinet/in.h>
+#endif
 #include <arpa/inet.h>
 #endif
 #include <netinet/in.h>