Included limits.h to resolve missing macro definition.

oldstable
Robert Lunnon 2004-01-14 05:12:33 +00:00 committed by Alexandre Julliard
parent 07c0653b7d
commit 16bd45d733
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@
#include <ctype.h>
#include <string.h>
#include <sys/stat.h>
#include <limits.h>
#ifdef HAVE_SYS_PARAM_H
# include <sys/param.h>
#endif