From 0288b576cabc42c649250dbbfe8bd93f7f3b5e8c Mon Sep 17 00:00:00 2001
From: Connor Lane Smith <cls@lubutu.com>
Date: Sat, 25 Jun 2011 17:02:14 +0100
Subject: include limits.h

---
 lsx.c | 1 +
 1 file changed, 1 insertion(+)

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>
-- 
cgit v1.2.3