From 301a1ad315bd7881adcf0df33c589e0a74c059f4 Mon Sep 17 00:00:00 2001 From: David Dawes Date: Wed, 21 Mar 2001 20:22:16 +0000 Subject: Move #include inside the __linux__ #ifdef, so that it doesn't break non-Linux builds. --- shared/drm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shared') diff --git a/shared/drm.h b/shared/drm.h index ddabc277..f1abaabf 100644 --- a/shared/drm.h +++ b/shared/drm.h @@ -35,8 +35,8 @@ #ifndef _DRM_H_ #define _DRM_H_ -#include #if defined(__linux__) +#include #include /* For _IO* macros */ #define DRM_IOCTL_NR(n) _IOC_NR(n) #elif defined(__FreeBSD__) -- cgit v1.2.3