gallium: Add DragonFly support

Cc: mesa-stable@lists.freedesktop.org
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
(cherry picked from commit a48afb92ff)
This commit is contained in:
François Tigeot 2016-01-17 10:10:21 +01:00 committed by Emil Velikov
parent 12888ad942
commit 3ef2a4bb2e

View file

@ -52,7 +52,7 @@
#include <machine/cpu.h>
#endif
#if defined(PIPE_OS_FREEBSD)
#if defined(PIPE_OS_FREEBSD) || defined(PIPE_OS_DRAGONFLY)
#include <sys/types.h>
#include <sys/sysctl.h>
#endif