From caae80611c0ba57106eb4e792b39d1593aaa4bcb Mon Sep 17 00:00:00 2001 From: kelson42 Date: Sat, 3 Nov 2012 13:51:41 +0000 Subject: [PATCH] + small fix for gcc4.7 --- src/zimlib/src/uuid.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/zimlib/src/uuid.cpp b/src/zimlib/src/uuid.cpp index c2d1a4e..6675443 100644 --- a/src/zimlib/src/uuid.cpp +++ b/src/zimlib/src/uuid.cpp @@ -46,6 +46,7 @@ int gettimeofday(struct timeval* tp, void* tzp) { #else # include +# include #endif log_define("zim.uuid")