summary refs log tree commit diff
path: root/mousefunc.c
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2015-01-22 11:06:01 +0100
committerChristian Neukirchen <chneukirchen@gmail.com>2015-01-22 11:06:01 +0100
commit742732a1c818e382bfd55e274b490e8b3cdf4dca (patch)
treec5ac90e182d664249782f9022e0b24a2e2c2629b /mousefunc.c
parent089ec389dd7de47295c0664d3f4193b1a66dbe4f (diff)
parent7936b9b2a7c7c3cc06d3fb60c22ed535b610cd63 (diff)
downloadcwm-742732a1c818e382bfd55e274b490e8b3cdf4dca.tar.gz
cwm-742732a1c818e382bfd55e274b490e8b3cdf4dca.tar.xz
cwm-742732a1c818e382bfd55e274b490e8b3cdf4dca.zip
cvsimport
Diffstat (limited to 'mousefunc.c')
-rw-r--r--mousefunc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mousefunc.c b/mousefunc.c
index 00348f3..0da19aa 100644
--- a/mousefunc.c
+++ b/mousefunc.c
@@ -19,11 +19,12 @@
  * $OpenBSD$
  */
 
-#include <sys/param.h>
+#include <sys/types.h>
 #include "queue.h"
 
 #include <err.h>
 #include <errno.h>
+#include <limits.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>