aboutsummaryrefslogtreecommitdiff
path: root/src/vpn/gnunet-helper-vpn.c
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-12-04 19:35:42 +0900
committerMartin Schanzenbach <schanzen@gnunet.org>2022-12-04 19:35:42 +0900
commit38e77d7ab84a21e9aebd558558105c95254ac430 (patch)
tree016efa7b50dfd39e42b41b6e3075874de6e5b633 /src/vpn/gnunet-helper-vpn.c
parent292cefa2a12a78ae54fb56a3961452f439cb744f (diff)
downloadgnunet-38e77d7ab84a21e9aebd558558105c95254ac430.tar.gz
gnunet-38e77d7ab84a21e9aebd558558105c95254ac430.zip
UTIL: Allow only inlcusion of util glib-style.
Diffstat (limited to 'src/vpn/gnunet-helper-vpn.c')
-rw-r--r--src/vpn/gnunet-helper-vpn.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/vpn/gnunet-helper-vpn.c b/src/vpn/gnunet-helper-vpn.c
index 08786e999..30901da45 100644
--- a/src/vpn/gnunet-helper-vpn.c
+++ b/src/vpn/gnunet-helper-vpn.c
@@ -33,7 +33,6 @@
33 * - Philipp Tölke 33 * - Philipp Tölke
34 */ 34 */
35#include "platform.h" 35#include "platform.h"
36#include "platform.h"
37#ifdef IF_TUN_HDR 36#ifdef IF_TUN_HDR
38#include IF_TUN_HDR 37#include IF_TUN_HDR
39#endif 38#endif
@@ -41,7 +40,7 @@
41/** 40/**
42 * Need 'struct GNUNET_MessageHeader'. 41 * Need 'struct GNUNET_MessageHeader'.
43 */ 42 */
44#include "gnunet_crypto_lib.h" 43#include "gnunet_util_lib.h"
45#include "gnunet_common.h" 44#include "gnunet_common.h"
46 45
47/** 46/**