summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2009-10-15 16:48:13 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2009-10-15 16:48:30 -0700
commit853241018d75a6b40f67db61f9ea21f1c5e90641 (patch)
tree77afe191ff9cab19d431414508b016be563c6d9d
parent23bacbd6c71ec815f394f0a7bbc9e684b3e05438 (diff)
include <limits.h> to ensure INT_MAX is defined after 23bacbd6c
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
-rw-r--r--lndir.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lndir.c b/lndir.c
index 5ca591a..c2f3f6e 100644
--- a/lndir.c
+++ b/lndir.c
@@ -48,6 +48,7 @@ in this Software without prior written authorization from The Open Group.
#include <stdio.h>
#include <stdlib.h>
#include <sys/stat.h>
+#include <limits.h>
#if !defined(MINIX) && !defined(Lynx)
#include <sys/param.h>
#endif