openbsd-ports/editors/gummi/patches/patch-src_update.c
2011-12-05 19:48:21 +00:00

14 lines
367 B
C

$OpenBSD: patch-src_update.c,v 1.2 2011/12/05 19:48:21 kili Exp $
--- src/update.c.orig Fri Dec 2 10:41:51 2011
+++ src/update.c Mon Dec 5 20:14:23 2011
@@ -33,7 +33,9 @@
#include <string.h>
#ifndef WIN32
+# include <sys/types.h>
# include <sys/socket.h>
+# include <netinet/in.h>
# include <sys/time.h>
# include <netdb.h>
# include <unistd.h>