diff options
author | Alexandre Oliva <oliva@samba.org> | 1998-09-21 09:07:08 +0000 |
---|---|---|
committer | Alexandre Oliva <oliva@samba.org> | 1998-09-21 09:07:08 +0000 |
commit | 1ffc3b807a3f80644c974b454ff5e6f68e89b546 (patch) | |
tree | 46c42094421e71388dd6829ac825f1698b486347 /source/lib/netmask.c | |
parent | 23484508a86a59a71e54a1bcac3766ec3858142a (diff) | |
download | samba-1ffc3b807a3f80644c974b454ff5e6f68e89b546.tar.gz samba-1ffc3b807a3f80644c974b454ff5e6f68e89b546.tar.xz samba-1ffc3b807a3f80644c974b454ff5e6f68e89b546.zip |
major autoconf clean-up
fix problems in builds with srcdir!=builddir
Diffstat (limited to 'source/lib/netmask.c')
-rw-r--r-- | source/lib/netmask.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/lib/netmask.c b/source/lib/netmask.c index bc7412e63f4..d9bc06c47a9 100644 --- a/source/lib/netmask.c +++ b/source/lib/netmask.c @@ -314,6 +314,7 @@ this one is for AIX } #else /* a dummy version */ +struct in_addr; /* it may not have been declared before */ int get_netmask(struct in_addr *ipaddr, struct in_addr *nmask) { return -1; |