diff options
Diffstat (limited to 'shared')
| -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 ddabc277..f1abaabf 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__) | 
