[ovs-dev] [PATCH] bfd: Include prerequisite header for FreeBSD

Ed Maste emaste at freebsd.org
Fri Aug 16 12:24:30 UTC 2013


Signed-off-by: Ed Maste <emaste at freebsd.org>
---
 lib/bfd.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/bfd.c b/lib/bfd.c
index 74b27c4..6f86f26 100644
--- a/lib/bfd.c
+++ b/lib/bfd.c
@@ -15,6 +15,7 @@
 #include <config.h>
 #include "bfd.h"
 
+#include <sys/types.h>
 #include <arpa/inet.h>
 #include <netinet/in_systm.h>
 #include <netinet/ip.h>
-- 
1.8.3.3




More information about the dev mailing list