From 4a785010b41bf960367ffa960762b13506d4a96d Mon Sep 17 00:00:00 2001 From: martin-s Date: Mon, 24 Jan 2011 16:41:14 +0000 Subject: Fix:Build:Temporary fixed define for sys/time.h git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@3997 ffa7fe5e-494d-0410-b361-a75ebd5db220 --- config.h.cmake | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.h.cmake') diff --git a/config.h.cmake b/config.h.cmake index 18a3e7e2..61b2a025 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -52,6 +52,8 @@ #cmakedefine HAVE_VALLOC 1 +#define HAVE_SYS_TIME_H 1 + #ifdef _MSC_VER #define __PRETTY_FUNCTION__ __FILE__":" << __LINE__ #endif -- cgit v1.2.1