diff --git a/historic/jam/src/builtins.c b/historic/jam/src/builtins.c index 6f3008b36..fbe72df50 100644 --- a/historic/jam/src/builtins.c +++ b/historic/jam/src/builtins.c @@ -20,6 +20,7 @@ # include "pathsys.h" # include "make.h" # include "hdrmacro.h" +# include "compile.h" # include /* @@ -430,7 +431,6 @@ builtin_match( { LIST *l, *r; LIST *result = 0; - extern regexp* regex_compile( char* ); string buf[1]; string_new(buf); diff --git a/jam_src/builtins.c b/jam_src/builtins.c index 6f3008b36..fbe72df50 100644 --- a/jam_src/builtins.c +++ b/jam_src/builtins.c @@ -20,6 +20,7 @@ # include "pathsys.h" # include "make.h" # include "hdrmacro.h" +# include "compile.h" # include /* @@ -430,7 +431,6 @@ builtin_match( { LIST *l, *r; LIST *result = 0; - extern regexp* regex_compile( char* ); string buf[1]; string_new(buf);