From 2d5e65bfae14d968035f95ffd01994d23ec41235 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Tue, 7 May 2002 10:41:42 +0000 Subject: [PATCH] Fixes for Sun Forte cc [SVN r13713] --- historic/jam/src/strings.c | 2 ++ historic/jam/src/subst.c | 2 ++ jam_src/strings.c | 2 ++ jam_src/subst.c | 2 ++ 4 files changed, 8 insertions(+) diff --git a/historic/jam/src/strings.c b/historic/jam/src/strings.c index 4c4f0b71f..10330ea29 100644 --- a/historic/jam/src/strings.c +++ b/historic/jam/src/strings.c @@ -2,6 +2,7 @@ #include #include #include +#include #ifndef NDEBUG @@ -183,3 +184,4 @@ void string_unit_test() } #endif + diff --git a/historic/jam/src/subst.c b/historic/jam/src/subst.c index 471b8a563..c164729ec 100644 --- a/historic/jam/src/subst.c +++ b/historic/jam/src/subst.c @@ -1,4 +1,5 @@ #include +#include "jam.h" #include "regexp.h" #include "hash.h" @@ -90,3 +91,4 @@ builtin_subst( return result; } + diff --git a/jam_src/strings.c b/jam_src/strings.c index 4c4f0b71f..10330ea29 100644 --- a/jam_src/strings.c +++ b/jam_src/strings.c @@ -2,6 +2,7 @@ #include #include #include +#include #ifndef NDEBUG @@ -183,3 +184,4 @@ void string_unit_test() } #endif + diff --git a/jam_src/subst.c b/jam_src/subst.c index 471b8a563..c164729ec 100644 --- a/jam_src/subst.c +++ b/jam_src/subst.c @@ -1,4 +1,5 @@ #include +#include "jam.h" #include "regexp.h" #include "hash.h" @@ -90,3 +91,4 @@ builtin_subst( return result; } +