From: François Tigeot Date: Sun, 17 Jan 2016 09:10:21 +0000 (+0100) Subject: gallium: Add DragonFly support X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a48afb92ffda6e149c553ec82a05fee9a17441f8;p=mesa.git gallium: Add DragonFly support Cc: mesa-stable@lists.freedesktop.org Signed-off-by: Emil Velikov --- diff --git a/src/gallium/auxiliary/util/u_cpu_detect.c b/src/gallium/auxiliary/util/u_cpu_detect.c index c719d3a77f0..a84de4fef7b 100644 --- a/src/gallium/auxiliary/util/u_cpu_detect.c +++ b/src/gallium/auxiliary/util/u_cpu_detect.c @@ -52,7 +52,7 @@ #include #endif -#if defined(PIPE_OS_FREEBSD) +#if defined(PIPE_OS_FREEBSD) || defined(PIPE_OS_DRAGONFLY) #include #include #endif