summary |
log |
commit |
diff |
tree
raw |
patch |
inline | side by side (from parent 1:
97ef7c2)
ip.c already works on OpenBSD, it's just missing some headers:
/* See LICENSE file for copyright and license details. */
/* See LICENSE file for copyright and license details. */
+#if defined(__OpenBSD__)
+#include <sys/types.h>
+#include <sys/socket.h>
+#endif
+
#include <errno.h>
#include <ifaddrs.h>
#include <netdb.h>
#include <errno.h>
#include <ifaddrs.h>
#include <netdb.h>