Added includes for Windows port

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2409 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
avolkov
2006-08-11 20:03:12 +00:00
parent 65bd2c3ad3
commit 665b0cef52
3 changed files with 4 additions and 1 deletions
+1
View File
@@ -20,6 +20,7 @@
//#include <stdbool.h>
#include "types.h"
#include <stdlib.h>
#include "port.h"
typedef struct CallbackLink CallbackLink;
+1 -1
View File
@@ -21,7 +21,7 @@
#include <assert.h>
#include <math.h>
#include <stdlib.h>
#include "port.h"
static inline size_t nextPower2(size_t x);
+2
View File
@@ -22,6 +22,8 @@
#include "types.h"
#include <sys/types.h>
#include <stdlib.h>
typedef struct Heap Heap;
typedef struct HeapValue HeapValue;