From: Bart Polot Date: Wed, 19 Dec 2012 12:10:21 +0000 (+0000) Subject: - extra includes to try fix w32 X-Git-Tag: initial-import-from-subversion-38251~10349 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=13983262216a9b0450e4e6af79e304042087744c;p=oweals%2Fgnunet.git - extra includes to try fix w32 --- 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"