]> git.armaanb.net Git - dmenu.git/commitdiff
include limits.h
authorConnor Lane Smith <cls@lubutu.com>
Sat, 25 Jun 2011 16:02:14 +0000 (17:02 +0100)
committerConnor Lane Smith <cls@lubutu.com>
Sat, 25 Jun 2011 16:02:14 +0000 (17:02 +0100)
lsx.c

diff --git a/lsx.c b/lsx.c
index e5b5c0beada22a4663781c48df082793d25c4990..bbe57d461ff56d3da89dc3f2419c2d11fc6ed408 100644 (file)
--- 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>