[ovs-dev] [PATCH] fix a build on netbsd-6

YAMAMOTO Takashi yamt at mwd.biglobe.ne.jp
Thu Aug 8 00:33:24 UTC 2013


ip.h requires in_systm.h here.

Signed-off-by: YAMAMOTO Takashi <yamt at mwd.biglobe.ne.jp>
---
 lib/bfd.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/bfd.c b/lib/bfd.c
index d4ac489..d1b8237 100644
--- a/lib/bfd.c
+++ b/lib/bfd.c
@@ -16,6 +16,7 @@
 #include "bfd.h"
 
 #include <arpa/inet.h>
+#include <netinet/in_systm.h>
 #include <netinet/ip.h>
 
 #include "byte-order.h"
-- 
1.8.1.5




More information about the dev mailing list