aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConnor Lane Smith <cls@lubutu.com>2011-06-25 17:02:14 +0100
committerConnor Lane Smith <cls@lubutu.com>2011-06-25 17:02:14 +0100
commit0288b576cabc42c649250dbbfe8bd93f7f3b5e8c (patch)
tree31504ad1a7dfd4306863bc2a92534a322d079e54
parent59dafc4ad67d0d4318d03b5f40da94af2bdf41fb (diff)
downloaddmenu-0288b576cabc42c649250dbbfe8bd93f7f3b5e8c.tar.gz
dmenu-0288b576cabc42c649250dbbfe8bd93f7f3b5e8c.tar.bz2
dmenu-0288b576cabc42c649250dbbfe8bd93f7f3b5e8c.zip
include limits.h
-rw-r--r--lsx.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lsx.c b/lsx.c
index e5b5c0b..bbe57d4 100644
--- a/lsx.c
+++ b/lsx.c
@@ -1,5 +1,6 @@
/* See LICENSE file for copyright and license details. */
#include <dirent.h>
+#include <limits.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>