From: Ronnie Sahlberg Date: Tue, 16 Oct 2007 01:29:33 +0000 (+1000) Subject: include system/network.h so we get the prototype for inet_aton() X-Git-Tag: tevent-0.9.20~348^2~2374^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=25d3a031d0f7428a7f95699e28aa48d3a28d9547;p=thirdparty%2Fsamba.git include system/network.h so we get the prototype for inet_aton() (This used to be ctdb commit 7145764b2d217f88a723dcb0ffd4e5a1567d64cf) --- diff --git a/ctdb/server/ctdbd.c b/ctdb/server/ctdbd.c index 55b87418f97..eaf79a0ed7d 100644 --- a/ctdb/server/ctdbd.c +++ b/ctdb/server/ctdbd.c @@ -22,6 +22,7 @@ #include "system/filesys.h" #include "popt.h" #include "system/wait.h" +#include "system/network.h" #include "cmdline.h" #include "../include/ctdb_private.h"