From 1675802d4d8a8806989b963af9a96bf8656f6233 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 8 Nov 2007 11:46:13 +0100 Subject: Try to fix the build on systems without struct sockaddr_storage type (like hape - HPUX 11.00). Michael (This used to be commit f3d762737540476bab7da1bf6db047b66f53d9ae) --- source3/include/interfaces.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3') diff --git a/source3/include/interfaces.h b/source3/include/interfaces.h index b9d900053d..84501cee41 100644 --- a/source3/include/interfaces.h +++ b/source3/include/interfaces.h @@ -25,6 +25,7 @@ #define _INTERFACES_H #include "lib/replace/replace.h" +#include "lib/replace/system/network.h" #define MAX_INTERFACES 128 -- cgit