Fixed build on Windows.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1684 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2005-04-26 02:47:06 +00:00
parent 14ffea2964
commit 0b668a6a77
2 changed files with 2 additions and 3 deletions
+2
View File
@@ -22,6 +22,8 @@
#include "config.h"
#endif
#include "port.h"
#ifdef _AIX
#pragma alloca
#else
-3
View File
@@ -24,9 +24,6 @@
#include <sys/types.h>
/* Added for UQM */
#include "uio/uioport.h"
/* Allow the use in C++ code. */
#ifdef __cplusplus
extern "C" {