From 0b668a6a774ba8f0cadd6f417796b4ec3aba24a3 Mon Sep 17 00:00:00 2001 From: meep-eep Date: Tue, 26 Apr 2005 02:47:06 +0000 Subject: [PATCH] Fixed build on Windows. git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1684 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/regex/regex.c | 2 ++ sc2/src/regex/regex.h | 3 --- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/sc2/src/regex/regex.c b/sc2/src/regex/regex.c index 45d4a360c..c6094f150 100644 --- a/sc2/src/regex/regex.c +++ b/sc2/src/regex/regex.c @@ -22,6 +22,8 @@ #include "config.h" #endif +#include "port.h" + #ifdef _AIX #pragma alloca #else diff --git a/sc2/src/regex/regex.h b/sc2/src/regex/regex.h index 26918c2c1..b2d9a62fe 100644 --- a/sc2/src/regex/regex.h +++ b/sc2/src/regex/regex.h @@ -24,9 +24,6 @@ #include -/* Added for UQM */ -#include "uio/uioport.h" - /* Allow the use in C++ code. */ #ifdef __cplusplus extern "C" {