Commit 335b9e3b authored by Alexandre Julliard's avatar Alexandre Julliard

Include stdlib.h instead of wchar.h.

parent a09ece96
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment