12 lines
306 B
Plaintext
12 lines
306 B
Plaintext
$OpenBSD: patch-gl_inet_ntop_c,v 1.2 2011/10/21 15:38:15 ajacoutot Exp $
|
|
--- gl/inet_ntop.c.orig Mon Oct 3 17:41:55 2011
|
|
+++ gl/inet_ntop.c Fri Oct 21 17:21:51 2011
|
|
@@ -36,6 +36,7 @@
|
|
#include <config.h>
|
|
|
|
/* Specification. */
|
|
+#include <netinet/in.h>
|
|
#include <arpa/inet.h>
|
|
|
|
#if HAVE_DECL_INET_NTOP
|