Commit 16bd45d7 authored by Robert Lunnon's avatar Robert Lunnon Committed by Alexandre Julliard

Included limits.h to resolve missing macro definition.

parent 07c0653b
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment