From b31647ec5bc1979a0accfd8e89936d0d943734f1 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sat, 6 Mar 2010 13:22:59 -0500 Subject: Make build work on non-x86/x86_64 platforms. --- src/sandglass_impl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sandglass_impl.h') 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 -#ifdef SANDGLASS_TSC +#if SANDGLASS_TSC /* Read the time stamp counter */ long sandglass_get_tsc(); /* Get the frequency of the TSC */ -- cgit v1.2.3