From 1f6aecb5cf8c8dcd7b767ecb792475bb7b505f7d Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 24 Feb 2011 23:51:28 +0100 Subject: s3-interfaces: only include interfaces.h where needed. Guenther --- source3/lib/interfaces.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/lib/interfaces.c') diff --git a/source3/lib/interfaces.c b/source3/lib/interfaces.c index 5996fdee06..e40eaa9142 100644 --- a/source3/lib/interfaces.c +++ b/source3/lib/interfaces.c @@ -19,6 +19,7 @@ */ #include "includes.h" +#include "interfaces.h" /**************************************************************************** Create a struct sockaddr_storage with the netmask bits set to 1. -- cgit