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:
@@ -20,6 +20,7 @@
|
|||||||
//#include <stdbool.h>
|
//#include <stdbool.h>
|
||||||
#include "types.h"
|
#include "types.h"
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
#include "port.h"
|
||||||
|
|
||||||
typedef struct CallbackLink CallbackLink;
|
typedef struct CallbackLink CallbackLink;
|
||||||
|
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
#include "port.h"
|
||||||
|
|
||||||
static inline size_t nextPower2(size_t x);
|
static inline size_t nextPower2(size_t x);
|
||||||
|
|
||||||
|
|||||||
@@ -22,6 +22,8 @@
|
|||||||
#include "types.h"
|
#include "types.h"
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
|
||||||
|
|
||||||
typedef struct Heap Heap;
|
typedef struct Heap Heap;
|
||||||
typedef struct HeapValue HeapValue;
|
typedef struct HeapValue HeapValue;
|
||||||
|
|||||||
Reference in New Issue
Block a user