diff options
Diffstat (limited to 'x11-drivers/xf86-input-wacom/files/patch-src-xf86WacomDefs.h')
-rw-r--r-- | x11-drivers/xf86-input-wacom/files/patch-src-xf86WacomDefs.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/x11-drivers/xf86-input-wacom/files/patch-src-xf86WacomDefs.h b/x11-drivers/xf86-input-wacom/files/patch-src-xf86WacomDefs.h new file mode 100644 index 000000000000..ddef2cf9ca88 --- /dev/null +++ b/x11-drivers/xf86-input-wacom/files/patch-src-xf86WacomDefs.h @@ -0,0 +1,12 @@ +--- src/xf86WacomDefs.h~ ++++ src/xf86WacomDefs.h +@@ -24,7 +24,9 @@ + * General Defines + ****************************************************************************/ + #include <wacom-util.h> ++#ifdef __linux__ + #include <asm/types.h> ++#endif + #include <linux/input.h> + #define MAX_USB_EVENTS 32 + |