From cfab4ea9c654819c96272a62d7b1664e9038fe91 Mon Sep 17 00:00:00 2001 From: Tobias Nygren Date: Fri, 17 Apr 2015 20:27:55 +0200 Subject: adjust a couple of ifdefs to handle NetBSD correctly Acked-by: Matt Turner Signed-off-by: Tobias Nygren --- src/mesa/x86/common_x86.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa/x86') diff --git a/src/mesa/x86/common_x86.c b/src/mesa/x86/common_x86.c index 86fbca91e6e..1c8640514ab 100644 --- a/src/mesa/x86/common_x86.c +++ b/src/mesa/x86/common_x86.c @@ -42,7 +42,7 @@ #include #include #endif -#if defined(USE_SSE_ASM) && defined(__OpenBSD__) +#if defined(USE_SSE_ASM) && (defined(__OpenBSD__) || defined(__NetBSD__)) #include #include #include -- cgit v1.2.3