summaryrefslogtreecommitdiff
path: root/source3/lib/netmask.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/lib/netmask.c')
-rw-r--r--source3/lib/netmask.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/lib/netmask.c b/source3/lib/netmask.c
index bc7412e63f..d9bc06c47a 100644
--- a/source3/lib/netmask.c
+++ b/source3/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;