| commit | 16bd45d733dfbd738ff3cf148524e553e1dc5bc4 | [log] [tgz] |
|---|---|---|
| author | Robert Lunnon <bobl@optushome.com.au> | Wed Jan 14 05:12:33 2004 +0000 |
| committer | Alexandre Julliard <julliard@winehq.org> | Wed Jan 14 05:12:33 2004 +0000 |
| tree | dfb0d7c89e40899c1547f567804d5cf61a3859ae | |
| parent | 07c0653b7d85971dec6a011f7635c594cd55860a [diff] [blame] |
Included limits.h to resolve missing macro definition.
diff --git a/tools/bin2res.c b/tools/bin2res.c index 9075839..e1654a3 100644 --- a/tools/bin2res.c +++ b/tools/bin2res.c
@@ -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