From 13983262216a9b0450e4e6af79e304042087744c Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Wed, 19 Dec 2012 12:10:21 +0000 Subject: [PATCH] - extra includes to try fix w32 --- src/mesh/mesh_test_lib.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mesh/mesh_test_lib.c b/src/mesh/mesh_test_lib.c index aa669ca03..760e74c9f 100644 --- a/src/mesh/mesh_test_lib.c +++ b/src/mesh/mesh_test_lib.c @@ -23,6 +23,8 @@ * @brief library for writing MESH tests */ #include "platform.h" +#include "gnunet_util_lib.h" +#include "gnunet_testing_lib.h" #include "mesh_test_lib.h" #include "gnunet_mesh_service.h" -- 2.25.1