diff options
-rw-r--r-- | src/XIGrabDevice.c | 1 | ||||
-rw-r--r-- | src/XIPassiveGrab.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/XIGrabDevice.c b/src/XIGrabDevice.c index 2bff3d8..a8c5697 100644 --- a/src/XIGrabDevice.c +++ b/src/XIGrabDevice.c @@ -31,6 +31,7 @@ #include <X11/extensions/XI2proto.h> #include <X11/extensions/XInput2.h> #include <X11/extensions/extutil.h> +#include <limits.h> #include "XIint.h" diff --git a/src/XIPassiveGrab.c b/src/XIPassiveGrab.c index 4ed2f09..baadccb 100644 --- a/src/XIPassiveGrab.c +++ b/src/XIPassiveGrab.c @@ -30,6 +30,7 @@ #include <X11/extensions/XI2proto.h> #include <X11/extensions/XInput2.h> #include <X11/extensions/extutil.h> +#include <limits.h> #include "XIint.h" static int |