diff options
author | Connor Lane Smith <cls@lubutu.com> | 2011-06-25 17:02:14 +0100 |
---|---|---|
committer | Connor Lane Smith <cls@lubutu.com> | 2011-06-25 17:02:14 +0100 |
commit | 0288b576cabc42c649250dbbfe8bd93f7f3b5e8c (patch) | |
tree | 31504ad1a7dfd4306863bc2a92534a322d079e54 | |
parent | 59dafc4ad67d0d4318d03b5f40da94af2bdf41fb (diff) |
include limits.h
-rw-r--r-- | lsx.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ | |||
1 | /* See LICENSE file for copyright and license details. */ | 1 | /* See LICENSE file for copyright and license details. */ |
2 | #include <dirent.h> | 2 | #include <dirent.h> |
3 | #include <limits.h> | ||
3 | #include <stdio.h> | 4 | #include <stdio.h> |
4 | #include <stdlib.h> | 5 | #include <stdlib.h> |
5 | #include <string.h> | 6 | #include <string.h> |