From ac6f62af65ec1d509efe6ba958ea61c6eacd5f99 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Philipp=20T=C3=B6lke?= Date: Wed, 26 Jan 2011 12:01:28 +0000 Subject: [PATCH] fix build on freebsd --- src/vpn/gnunet-vpn-packet.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/vpn/gnunet-vpn-packet.h b/src/vpn/gnunet-vpn-packet.h index 28892f76d..c60d3dc92 100644 --- a/src/vpn/gnunet-vpn-packet.h +++ b/src/vpn/gnunet-vpn-packet.h @@ -1,6 +1,7 @@ #ifndef _GNTUN_PACKET_H_ #define _GNTUN_PACKET_H_ +#include "platform.h" #include "gnunet_common.h" // Headers -- 2.25.1