869c923b51
no response from MAINTAINERs
13 lines
410 B
Plaintext
13 lines
410 B
Plaintext
$OpenBSD: patch-aclocal_m4,v 1.2 2004/01/16 01:10:47 brad Exp $
|
|
--- aclocal.m4.orig 2003-10-19 12:53:43.000000000 -0400
|
|
+++ aclocal.m4 2003-12-28 21:51:32.000000000 -0500
|
|
@@ -6784,6 +6784,8 @@ dnl Look for standard byte swapping macr
|
|
AC_HAVE_SYMBOL(ntohl,arpa/inet.h,
|
|
[cat >> "$1" << EOF
|
|
/* ntohl and relatives live here */
|
|
+#include <sys/types.h>
|
|
+#include <netinet/in.h>
|
|
#include <arpa/inet.h>
|
|
|
|
EOF],
|