From a9080b7a494463bb82c7a4b0a559af4982e7be41 Mon Sep 17 00:00:00 2001 From: meep-eep Date: Fri, 22 Apr 2005 03:14:43 +0000 Subject: [PATCH] Use uioport.h instead of port.h. git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1670 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/regex/regex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc2/src/regex/regex.h b/sc2/src/regex/regex.h index c2995083b..26918c2c1 100644 --- a/sc2/src/regex/regex.h +++ b/sc2/src/regex/regex.h @@ -25,7 +25,7 @@ #include /* Added for UQM */ -#include "port.h" +#include "uio/uioport.h" /* Allow the use in C++ code. */ #ifdef __cplusplus