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