Skip to content
Snippets Groups Projects
Commit 335b9e3b authored by Alexandre Julliard's avatar Alexandre Julliard
Browse files

Include stdlib.h instead of wchar.h.

parent a09ece96
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment