You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-misc/xhkeys/files/xhkeys-2.2.1-linux_headers....

13 lines
261 B

Fix compilation for >=linux-headers-2.6.35
--- a/xhkeys_cdaudio.c
+++ b/xhkeys_cdaudio.c
@@ -16,6 +16,7 @@
#include <string.h>
#include <stdarg.h>
#include <ctype.h>
+#include <limits.h>
#include <linux/cdrom.h>
#include <sys/ioctl.h>
#include <fcntl.h>