summaryrefslogtreecommitdiff
path: root/source4/lib/netif
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2006-03-11 06:24:44 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:56:59 -0500
commit80940b6dc50e6b6050a3c7ef0b4fcddbb977700e (patch)
treea6f4db0f05e3e47b63a93adbe46f7c6f12a2bf37 /source4/lib/netif
parentb7afac2b834674e20f303c3a03b4ac7bb283695e (diff)
downloadsamba-80940b6dc50e6b6050a3c7ef0b4fcddbb977700e.tar.gz
samba-80940b6dc50e6b6050a3c7ef0b4fcddbb977700e.tar.bz2
samba-80940b6dc50e6b6050a3c7ef0b4fcddbb977700e.zip
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)
Diffstat (limited to 'source4/lib/netif')
-rw-r--r--source4/lib/netif/netif.h2
1 files changed, 2 insertions, 0 deletions
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