summary refs log tree commit diff
path: root/xutil.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 /xutil.c
parent089ec389dd7de47295c0664d3f4193b1a66dbe4f (diff)
parent7936b9b2a7c7c3cc06d3fb60c22ed535b610cd63 (diff)
downloadcwm-742732a1c818e382bfd55e274b490e8b3cdf4dca.tar.gz
cwm-742732a1c818e382bfd55e274b490e8b3cdf4dca.tar.xz
cwm-742732a1c818e382bfd55e274b490e8b3cdf4dca.zip
cvsimport
Diffstat (limited to 'xutil.c')
-rw-r--r--xutil.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/xutil.c b/xutil.c
index 460f902..71547a0 100644
--- a/xutil.c
+++ b/xutil.c
@@ -18,11 +18,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>