From: Michael Adam Date: Thu, 8 Nov 2007 10:46:13 +0000 (+0100) Subject: Try to fix the build on systems without struct sockaddr_storage type X-Git-Tag: samba-4.0.0alpha6~801^2~4444^2~5 X-Git-Url: http://git.samba.org/samba.git/?p=ira%2Fwip.git;a=commitdiff_plain;h=1675802d4d8a8806989b963af9a96bf8656f6233 Try to fix the build on systems without struct sockaddr_storage type (like hape - HPUX 11.00). Michael (This used to be commit f3d762737540476bab7da1bf6db047b66f53d9ae) --- diff --git a/source3/include/interfaces.h b/source3/include/interfaces.h index b9d900053d7..84501cee412 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