diff options
author | Andrew Tridgell <tridge@samba.org> | 2006-09-06 06:12:36 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:17:38 -0500 |
commit | 9ac11823bb874dde0cc6341662825f6cd8c38a07 (patch) | |
tree | df6cc71bf9e343c72bc6c334371b03643a419325 /source4/lib | |
parent | 01dee6e3dd80ace0bd341adb613fc25874e57764 (diff) | |
download | samba-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')
-rw-r--r-- | source4/lib/replace/replace.c | 1 |
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) {} |