Moves more stuff from windows.h.
- include/winuser.h - interface relevant to user32.spec
- include/wine/winuser16.h - the old 16 bit interface (internal use)
- include/winbase.h - some minor updates to keep things coherent.
- Lot of other files made to include wine/winuser16.h, which is no
longer included from windows.h
diff --git a/misc/winsock.c b/misc/winsock.c
index 9a7425b..10881fd 100644
--- a/misc/winsock.c
+++ b/misc/winsock.c
@@ -44,6 +44,7 @@
#include <sys/errno.h>
#include <netdb.h>
#include <unistd.h>
+#include <stdlib.h>
#include "winsock.h"
#include "windows.h"