From 6394ba7b93b2f21eb82c4d6a866b3f81dcb9a1dd Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 20 Nov 2009 21:26:46 +0000 Subject: [PATCH] work on DARWIN as well --- src/util/test_bio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/test_bio.c b/src/util/test_bio.c index 87617ddda..0dfa94144 100644 --- a/src/util/test_bio.c +++ b/src/util/test_bio.c @@ -202,7 +202,7 @@ test_bigmeta_rw () static int test_directory_r () { -#if LINUX +#if LINUX || DARWIN char *msg; char readResult[200]; struct GNUNET_BIO_ReadHandle *fileR; -- 2.25.1