summaryrefslogtreecommitdiff
path: root/source4/lib/replace/replace.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2006-09-06 06:12:36 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:17:38 -0500
commit9ac11823bb874dde0cc6341662825f6cd8c38a07 (patch)
treedf6cc71bf9e343c72bc6c334371b03643a419325 /source4/lib/replace/replace.c
parent01dee6e3dd80ace0bd341adb613fc25874e57764 (diff)
downloadsamba-9ac11823bb874dde0cc6341662825f6cd8c38a07.tar.gz
samba-9ac11823bb874dde0cc6341662825f6cd8c38a07.tar.bz2
samba-9ac11823bb874dde0cc6341662825f6cd8c38a07.zip
r18139: irix needs system/network.h here
(This used to be commit f46ab799b41c0ec520739ec11979771316781ce4)
Diffstat (limited to 'source4/lib/replace/replace.c')
-rw-r--r--source4/lib/replace/replace.c1
1 files changed, 1 insertions, 0 deletions
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) {}