4079be8ce1
Incidentally fixes a build breakage when libgcrypt wasn't installed as spotted by jasper@
12 lines
303 B
Plaintext
12 lines
303 B
Plaintext
$OpenBSD: patch-gl_inet_pton_c,v 1.1 2011/05/04 15:48:10 ajacoutot Exp $
|
|
--- gl/inet_pton.c.orig Wed May 4 16:59:41 2011
|
|
+++ gl/inet_pton.c Wed May 4 17:02:35 2011
|
|
@@ -35,6 +35,7 @@
|
|
#include <config.h>
|
|
|
|
/* Specification. */
|
|
+#include <netinet/in.h>
|
|
#include <arpa/inet.h>
|
|
|
|
#include <c-ctype.h>
|