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