From c1674660a7115ebf993dcde78f4e45f756e4c951 Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Sun, 24 Dec 2006 06:28:44 +0200 Subject: [PATCH] os: test for userland, not kernel It doesn't matter which kernel we're running on, the relevant part when dealing with includes is what our userland is. --- os/utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os/utils.c b/os/utils.c index 82ec70458..b98c9c1fd 100644 --- a/os/utils.c +++ b/os/utils.c @@ -53,7 +53,7 @@ OR PERFORMANCE OF THIS SOFTWARE. #include #endif -#ifndef __linux__ +#ifndef __GLIBC__ #include #else /* The world's most shocking hack, to ensure we get clock_gettime() and