summary refs log tree commit diff
path: root/menu.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 /menu.c
parent089ec389dd7de47295c0664d3f4193b1a66dbe4f (diff)
parent7936b9b2a7c7c3cc06d3fb60c22ed535b610cd63 (diff)
downloadcwm-742732a1c818e382bfd55e274b490e8b3cdf4dca.tar.gz
cwm-742732a1c818e382bfd55e274b490e8b3cdf4dca.tar.xz
cwm-742732a1c818e382bfd55e274b490e8b3cdf4dca.zip
cvsimport
Diffstat (limited to 'menu.c')
-rw-r--r--menu.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/menu.c b/menu.c
index 0203b33..2faa734 100644
--- a/menu.c
+++ b/menu.c
@@ -19,12 +19,13 @@
  * $OpenBSD$
  */
 
-#include <sys/param.h>
+#include <sys/types.h>
 #include "queue.h"
 
 #include <ctype.h>
 #include <err.h>
 #include <errno.h>
+#include <limits.h>
 #include <stdarg.h>
 #include <stdio.h>
 #include <stdlib.h>