openbsd-ports/print/fontforge/patches/patch-fontforge_http_c
2007-09-23 18:45:45 +00:00

12 lines
349 B
Plaintext

$OpenBSD: patch-fontforge_http_c,v 1.1 2007/09/23 18:45:45 kili Exp $
--- fontforge/http.c.orig Thu Sep 13 22:35:11 2007
+++ fontforge/http.c Tue Sep 18 00:17:29 2007
@@ -33,6 +33,7 @@
#include <sys/select.h>
#include <sys/types.h>
#include <sys/socket.h>
+#include <netinet/in.h>
#include <arpa/inet.h>
#include <netdb.h>
#include <string.h>