summaryrefslogtreecommitdiff
path: root/source4/include
diff options
context:
space:
mode:
Diffstat (limited to 'source4/include')
-rw-r--r--source4/include/system/network.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/include/system/network.h b/source4/include/system/network.h
index 83ebf9286f..b2c31583dc 100644
--- a/source4/include/system/network.h
+++ b/source4/include/system/network.h
@@ -70,6 +70,7 @@
#endif
#ifdef REPLACE_INET_NTOA
+char *rep_inet_ntoa(struct in_addr ip);
#define inet_ntoa rep_inet_ntoa
#endif