summaryrefslogtreecommitdiff
path: root/openbsd-compat/inet_ntoa.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbsd-compat/inet_ntoa.h')
-rw-r--r--openbsd-compat/inet_ntoa.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/openbsd-compat/inet_ntoa.h b/openbsd-compat/inet_ntoa.h
new file mode 100644
index 000000000..e3d48e4af
--- /dev/null
+++ b/openbsd-compat/inet_ntoa.h
@@ -0,0 +1,10 @@
1#ifndef _BSD_INET_NTOA_H
2#define _BSD_INET_NTOA_H
3
4#include "config.h"
5
6#if defined(BROKEN_INET_NTOA) || !defined(HAVE_INET_NTOA)
7char *inet_ntoa(struct in_addr in);
8#endif /* defined(BROKEN_INET_NTOA) || !defined(HAVE_INET_NTOA) */
9
10#endif /* _BSD_INET_NTOA_H */