$OpenBSD$
--- indra/llcommon/llfasttimer.cpp.orig	Mon Jan  8 15:33:19 2007
+++ indra/llcommon/llfasttimer.cpp	Mon Jan  8 15:36:11 2007
@@ -40,6 +40,11 @@
 #elif LL_DARWIN
 #	include <time.h>
 #	include <sys/time.h>
+
+#elif defined(__OpenBSD__)
+#	include <time.h>
+#	include <sys/time.h>
+
 #else 
 #	error "architecture not supported"
 #endif
@@ -90,7 +95,7 @@ U64 get_cpu_clock_count()
 #endif // LL_WINDOWS
 
 
-#if LL_LINUX
+#if defined(LL_LINUX) || defined(__OpenBSD__)
 U64 get_cpu_clock_count()
 {
 	U64 x;
