Changelog:
tools/winebuild/main.c
Include ctype.h as isdigit is used
--
Uwe Bonnes bon@elektron.ikp.physik.tu-darmstadt.de
Institut fuer Kernphysik Schlossgartenstrasse 9 64289 Darmstadt
--------- Tel. 06151 162516 -------- Fax. 06151 164321 ----------
Index: wine/tools/winebuild/main.c
===================================================================
RCS file: /home/wine/wine/tools/winebuild/main.c,v
retrieving revision 1.37
diff -u -w -r1.37 main.c
--- wine/tools/winebuild/main.c 12 Sep 2002 22:51:20 -0000 1.37
+++ wine/tools/winebuild/main.c 16 Sep 2002 16:00:04 -0000
@@ -26,6 +26,7 @@
#include "wine/port.h"
#include <assert.h>
+#include <ctype.h>
#include <stdio.h>
#include <errno.h>
#include <string.h>