aboutsummaryrefslogtreecommitdiff
path: root/lib/socket-util.h
diff options
context:
space:
mode:
authorYAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>2013-04-22 22:20:11 +0900
committerBen Pfaff <blp@nicira.com>2013-04-22 08:52:37 -0700
commit14235530fa72443c9cd33dd5b42b13c9c9caa09b (patch)
tree7481a9d1bc1142588f2195a17c3bebc908ee5ebb /lib/socket-util.h
parente091ef84ca8a68946d340c2474cc2bb3f6dbd1ec (diff)
include some headers to satisfy header file dependencies on NetBSD-6
while this change don't seem to be necessary on NetBSD-current, NetBSD-6 is the latest release at this point. Signed-off-by: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp> Signed-off-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'lib/socket-util.h')
-rw-r--r--lib/socket-util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/socket-util.h b/lib/socket-util.h
index 5bf85297..96aad5d1 100644
--- a/lib/socket-util.h
+++ b/lib/socket-util.h
@@ -23,6 +23,7 @@
#include <netinet/in.h>
#include <stdbool.h>
#include "openvswitch/types.h"
+#include <netinet/in_systm.h>
#include <netinet/ip.h>
int set_nonblocking(int fd);