openbsd-ports/devel/sdl-net/patches/patch-SDLnetsys_h
obecian 988e5f020d sdl-net-1.2.0 import
--
This is a small sample cross-platform networking library, with a
sample chat client and server application. The chat client uses the
GUIlib GUI framework library.
2001-05-07 04:10:07 +00:00

15 lines
338 B
Plaintext

--- SDLnetsys.h.orig Sun Apr 15 21:43:16 2001
+++ SDLnetsys.h Sun Apr 15 21:45:42 2001
@@ -48,6 +48,11 @@
#include <unistd.h>
#include <fcntl.h>
#ifndef __BEOS__
+#ifdef __OpenBSD__
+#include <sys/types.h>
+#include <sys/socket.h>
+#include <netinet/in.h>
+#endif /* OpenBSD */
#include <arpa/inet.h>
#endif
#include <netinet/in.h>