2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 13:02:11 +00:00

Fixes for Sun Forte cc

[SVN r13713]
This commit is contained in:
John Maddock
2002-05-07 10:41:42 +00:00
parent 90f969f273
commit 2d5e65bfae
4 changed files with 8 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include <stdio.h>
#ifndef NDEBUG
@@ -183,3 +184,4 @@ void string_unit_test()
}
#endif

View File

@@ -1,4 +1,5 @@
#include <stddef.h>
#include "jam.h"
#include "regexp.h"
#include "hash.h"
@@ -90,3 +91,4 @@ builtin_subst(
return result;
}

View File

@@ -2,6 +2,7 @@
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include <stdio.h>
#ifndef NDEBUG
@@ -183,3 +184,4 @@ void string_unit_test()
}
#endif

View File

@@ -1,4 +1,5 @@
#include <stddef.h>
#include "jam.h"
#include "regexp.h"
#include "hash.h"
@@ -90,3 +91,4 @@ builtin_subst(
return result;
}