summaryrefslogtreecommitdiffstats
path: root/bsd-inet_aton.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsd-inet_aton.h')
-rw-r--r--bsd-inet_aton.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsd-inet_aton.h b/bsd-inet_aton.h
index b8e9674b..ec3c225c 100644
--- a/bsd-inet_aton.h
+++ b/bsd-inet_aton.h
@@ -4,7 +4,7 @@
#include "config.h"
#ifndef HAVE_INET_ATON
-int inet_aton(const char *cp, struct in_addr *addr)
+int inet_aton(const char *cp, struct in_addr *addr);
#endif /* HAVE_INET_ATON */
#endif /* _BSD_INET_ATON_H */