mirror of
https://git.freebsd.org/ports.git
synced 2025-07-08 12:59:17 -04:00
PR: ports/145861 Submitted by: Hung-Yi Chen <gaod at hychen.org> Approved by: tabthorpe (mentor)
10 lines
257 B
C
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"
|