From 9ac11823bb874dde0cc6341662825f6cd8c38a07 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 6 Sep 2006 06:12:36 +0000 Subject: r18139: irix needs system/network.h here (This used to be commit f46ab799b41c0ec520739ec11979771316781ce4) --- source4/lib/replace/replace.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/lib/replace/replace.c') diff --git a/source4/lib/replace/replace.c b/source4/lib/replace/replace.c index 733cb758bd..79ec2b75b9 100644 --- a/source4/lib/replace/replace.c +++ b/source4/lib/replace/replace.c @@ -28,6 +28,7 @@ #include "system/time.h" #include "system/passwd.h" #include "system/syslog.h" +#include "system/network.h" void replace_dummy(void); void replace_dummy(void) {} -- cgit