From 80940b6dc50e6b6050a3c7ef0b4fcddbb977700e Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sat, 11 Mar 2006 06:24:44 +0000 Subject: r14199: This isn't pretty, but it makes the network interface detection work again. When making build changes, watch out that 'compiles' doesn't mean that it works... Andrew Bartlett (This used to be commit d5f9e19b5890ec954c9437447041b655aa83868b) --- source4/lib/netif/netif.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source4/lib/netif/netif.h b/source4/lib/netif/netif.h index 77b7809685..36bc8c9b83 100644 --- a/source4/lib/netif/netif.h +++ b/source4/lib/netif/netif.h @@ -28,4 +28,6 @@ struct iface_struct { #define MAX_INTERFACES 128 +#ifndef AUTOCONF_TEST #include "netif/proto.h" +#endif -- cgit