summaryrefslogtreecommitdiffstats
path: root/src/sandglass_impl.h
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@gmail.com>2010-03-06 13:22:59 -0500
committerTavian Barnes <tavianator@gmail.com>2010-03-06 13:22:59 -0500
commitb31647ec5bc1979a0accfd8e89936d0d943734f1 (patch)
treef41905a5b3079764e23fd1d8a5203bdc148eb024 /src/sandglass_impl.h
parent6952438ad1ef40132f8c00aa850fa558fe2202c1 (diff)
downloadlibsandglass-b31647ec5bc1979a0accfd8e89936d0d943734f1.tar.xz
Make build work on non-x86/x86_64 platforms.
Diffstat (limited to 'src/sandglass_impl.h')
-rw-r--r--src/sandglass_impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sandglass_impl.h b/src/sandglass_impl.h
index accb332..e10562f 100644
--- a/src/sandglass_impl.h
+++ b/src/sandglass_impl.h
@@ -28,7 +28,7 @@
#include "sandglass.h"
#include <time.h>
-#ifdef SANDGLASS_TSC
+#if SANDGLASS_TSC
/* Read the time stamp counter */
long sandglass_get_tsc();
/* Get the frequency of the TSC */