From 13386e38618fe7a32479cb4133fabb1667fe43db Mon Sep 17 00:00:00 2001 From: skidder Date: Sat, 28 Sep 2002 20:56:59 +0000 Subject: [PATCH] Make it build on posix again --- builds/posix/make.shared.variables | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builds/posix/make.shared.variables b/builds/posix/make.shared.variables index 9480218b73..0099b3a477 100644 --- a/builds/posix/make.shared.variables +++ b/builds/posix/make.shared.variables @@ -71,7 +71,7 @@ DSQL_ClientFiles = array.epp blob.epp \ DSQL_ServerFiles= metd.epp \ alld.cpp ddl.cpp dsql.cpp \ errd.cpp gen.cpp hsh.cpp make.cpp \ - movd.cpp parse.cpp pass1.cpp + movd.cpp parse.cpp pass1.cpp misc_func.cpp DSQL_Files = $(DSQL_ClientFiles) $(DSQL_ServerFiles)