ports/net/babeld/files/patch-util.c
Rene Ladan f68a921df9 Add babeld 0.98, a distance-vector routing protocol.
PR:		ports/145861
Submitted by:	Hung-Yi Chen <gaod at hychen.org>
Approved by:	tabthorpe (mentor)
2010-04-22 22:04:22 +00:00

10 lines
257 B
C

--- util.c.orig 2010-04-20 05:48:52.000000000 +0800
+++ util.c 2010-04-20 05:49:28.000000000 +0800
@@ -31,6 +31,7 @@
#include <sys/types.h>
#include <sys/socket.h>
#include <arpa/inet.h>
+#include <netinet/in.h>
#include "babeld.h"
#include "util.h"