aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorguy <guy>2005-03-27 01:15:20 +0000
committerguy <guy>2005-03-27 01:15:20 +0000
commit216c14f34340311e7dfd830c0ff334f297f173fb (patch)
tree198ba4888348600d582d70647d2db5b46bf093ac /configure
parent5277314c1e64dff111d669f402a80e147c3793b2 (diff)
One more header Solaris needs to get at ether_hostton().
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index 8a9684b..329a1dc 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.in Revision: 1.115 .
+# From configure.in Revision: 1.116 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.57.
#
@@ -3556,6 +3556,7 @@ cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
#include <sys/types.h>
#include <sys/socket.h>
+#include <netinet/in.h>
struct mbuf;
struct rtentry;
#include <net/if.h>