1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
freebsd-ports/games/libggz/files/patch-src-easysock.c
Erwin Lansing adafc0d9e7 - Update to 0.0.13
- Mark BROKEN on 4.x

PR:		96179
Submitted by:	Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw> (maintainer)
2006-04-28 13:36:02 +00:00

13 lines
282 B
C

--- src/easysock.c.orig Fri Mar 17 01:35:39 2006
+++ src/easysock.c Sun Apr 9 20:50:42 2006
@@ -58,8 +58,8 @@
#include <sys/socket.h>
#include <sys/uio.h>
#include <sys/un.h>
-#include <arpa/inet.h>
#include <netinet/in.h>
+#include <arpa/inet.h>
#include <netdb.h>
#endif