27 Dec
2008
27 Dec
'08
7:45 p.m.
Module: wine Branch: master Commit: 3ba99863253af1e326b796a86d02fce4ee1001ce URL: http://source.winehq.org/git/wine.git/?a=commit;h=3ba99863253af1e326b796a86d... Author: Gerald Pfeifer <gerald(a)pfeifer.com> Date: Sat Dec 27 09:14:20 2008 +0100 wpp: Add missing #include <ctype.h>. --- libs/wpp/preproc.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/libs/wpp/preproc.c b/libs/wpp/preproc.c index c1fa3fc..63455ce 100644 --- a/libs/wpp/preproc.c +++ b/libs/wpp/preproc.c @@ -20,6 +20,7 @@ #include "wine/port.h" #include <assert.h> +#include <ctype.h> #include <fcntl.h> #include <stdio.h> #include <stdlib.h>