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

File: [local] / ports / graphics / cegui / patches / Attic / patch-src_CEGUISystem_cpp (download)

Revision 1.1, Sun Feb 1 18:45:38 2009 UTC (15 years, 4 months ago) by yason
Branch: MAIN

graphics/cegui added

$OpenBSD$
--- src/CEGUISystem.cpp.orig	Sun Jan 25 18:05:07 2009
+++ src/CEGUISystem.cpp	Sun Jan 25 18:06:05 2009
@@ -100,7 +100,7 @@ double SimpleTimer::currentTime()
     return timeGetTime() / 1000.0;
 }
 
-#elif defined(__linux__) || defined(__APPLE__)
+#elif defined(__linux__) || defined(__APPLE__) || defined(__OpenBSD__)
 #include <sys/time.h>
 double SimpleTimer::currentTime()
 {