diff options
Diffstat (limited to 'linux/drm.h')
-rw-r--r-- | linux/drm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drm.h b/linux/drm.h index ddabc277..f1abaabf 100644 --- a/linux/drm.h +++ b/linux/drm.h @@ -35,8 +35,8 @@ #ifndef _DRM_H_ #define _DRM_H_ -#include <linux/config.h> #if defined(__linux__) +#include <linux/config.h> #include <asm/ioctl.h> /* For _IO* macros */ #define DRM_IOCTL_NR(n) _IOC_NR(n) #elif defined(__FreeBSD__) |