summaryrefslogtreecommitdiff
path: root/config.h.cmake
diff options
context:
space:
mode:
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2011-01-24 16:41:14 +0000
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2011-01-24 16:41:14 +0000
commit4a785010b41bf960367ffa960762b13506d4a96d (patch)
tree4d13be88dc1a6f37d828a00d8283ea9aad9eefef /config.h.cmake
parent3d9fba54c5eeb90e5efb9ffec5720df9072535c0 (diff)
downloadnavit-svn-4a785010b41bf960367ffa960762b13506d4a96d.tar.gz
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
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake2
1 files changed, 2 insertions, 0 deletions
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