wpp: Add missing #include <ctype.h>.

This commit is contained in:
Gerald Pfeifer 2008-12-27 09:14:20 +01:00 committed by Alexandre Julliard
parent 6eb33b932e
commit 3ba9986325
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@
#include "wine/port.h"
#include <assert.h>
#include <ctype.h>
#include <fcntl.h>
#include <stdio.h>
#include <stdlib.h>