Include stdlib.h instead of wchar.h.

This commit is contained in:
Alexandre Julliard 2000-12-19 19:38:48 +00:00
parent a09ece9627
commit 335b9e3be3
1 changed files with 1 additions and 1 deletions

View File

@ -14,6 +14,7 @@
#include <assert.h>
#include <ctype.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <sys/types.h>
@ -23,7 +24,6 @@
#include <errno.h>
#include <fcntl.h>
#include <termios.h>
#include <wchar.h>
#ifdef HAVE_SYS_MMAN_H
#include <sys/mman.h>
#endif