diff options
author | David Dawes <dawes@xfree86.org> | 2001-03-21 20:22:16 +0000 |
---|---|---|
committer | David Dawes <dawes@xfree86.org> | 2001-03-21 20:22:16 +0000 |
commit | 301a1ad315bd7881adcf0df33c589e0a74c059f4 (patch) | |
tree | ef65e978d870016df445a0b7bfbc92bb127a210b /shared/drm.h | |
parent | 92b0aaa6fe787c2e17bba1973d19d6fd5a61d03a (diff) |
Move #include <linux/config.h> inside the __linux__ #ifdef, so that itX_4_0_99_1-20010321-merge
doesn't break non-Linux builds.
Diffstat (limited to 'shared/drm.h')
-rw-r--r-- | shared/drm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/drm.h b/shared/drm.h index ddabc2771..f1abaabff 100644 --- a/shared/drm.h +++ b/shared/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__) |