windows: add stdlib.h to satisfy reference to abort

This commit is contained in:
Sean Farrell 2013-10-11 19:19:12 +02:00 committed by Ben Noordhuis
parent d170c915c9
commit 63cd99eddc
5 changed files with 5 additions and 0 deletions

View File

@ -24,6 +24,7 @@
#include <malloc.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include "uv.h"
#include "internal.h"

View File

@ -21,6 +21,7 @@
#include <assert.h>
#include <io.h>
#include <stdlib.h>
#include "uv.h"
#include "internal.h"

View File

@ -21,6 +21,7 @@
#include <assert.h>
#include <limits.h>
#include <stdlib.h>
#include "uv.h"
#include "internal.h"

View File

@ -22,6 +22,7 @@
#include <assert.h>
#include <io.h>
#include <string.h>
#include <stdlib.h>
#if defined(_MSC_VER) && _MSC_VER < 1600
# include "stdint-msvc2008.h"

View File

@ -20,6 +20,7 @@
*/
#include <assert.h>
#include <stdlib.h>
#include "uv.h"
#include "internal.h"