diff options
| author | 2011-06-25 17:02:14 +0100 | |
|---|---|---|
| committer | 2011-06-25 17:02:14 +0100 | |
| commit | 0288b576cabc42c649250dbbfe8bd93f7f3b5e8c (patch) | |
| tree | 31504ad1a7dfd4306863bc2a92534a322d079e54 /lsx.c | |
| parent | make clean lsx (diff) | |
include limits.h
Diffstat (limited to 'lsx.c')
| -rw-r--r-- | lsx.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |
