[BACK]Return to patch-cegui_src_CEGUISystem_cpp CVS log [TXT][DIR] Up to [local] / ports / graphics / cegui07 / patches

File: [local] / ports / graphics / cegui07 / patches / Attic / patch-cegui_src_CEGUISystem_cpp (download)

Revision 1.1.1.1 (vendor branch), Fri Oct 15 13:08:25 2010 UTC (13 years, 8 months ago) by yason
Branch: yason
CVS Tags: import
Changes since 1.1: +0 -0 lines

import

$OpenBSD$
--- cegui/src/CEGUISystem.cpp.orig	Mon Sep  6 18:42:22 2010
+++ cegui/src/CEGUISystem.cpp	Mon Sep  6 18:42:50 2010
@@ -110,7 +110,7 @@ double SimpleTimer::currentTime()
     return timeGetTime() / 1000.0;
 }
 
-#elif defined(__linux__) || defined(__APPLE__) || defined(__FreeBSD__) || defined(__NetBSD__)
+#elif defined(__linux__) || defined(__APPLE__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__)
 #include <sys/time.h>
 double SimpleTimer::currentTime()
 {