diff options
-rw-r--r-- | Tests/Complex/Library/testConly.c | 1 | ||||
-rw-r--r-- | Tests/ComplexOneConfig/Library/testConly.c | 1 | ||||
-rw-r--r-- | Tests/ComplexRelativePaths/Library/testConly.c | 1 | ||||
-rw-r--r-- | Tests/SubDir/ThirdSubDir/testfromauxsubdir.c | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/Tests/Complex/Library/testConly.c b/Tests/Complex/Library/testConly.c index 35d6a39..2d83f77 100644 --- a/Tests/Complex/Library/testConly.c +++ b/Tests/Complex/Library/testConly.c @@ -1,4 +1,5 @@ #include "testConly.h" +#include <stdio.h> int CsharedFunction() { diff --git a/Tests/ComplexOneConfig/Library/testConly.c b/Tests/ComplexOneConfig/Library/testConly.c index 35d6a39..2d83f77 100644 --- a/Tests/ComplexOneConfig/Library/testConly.c +++ b/Tests/ComplexOneConfig/Library/testConly.c @@ -1,4 +1,5 @@ #include "testConly.h" +#include <stdio.h> int CsharedFunction() { diff --git a/Tests/ComplexRelativePaths/Library/testConly.c b/Tests/ComplexRelativePaths/Library/testConly.c index 35d6a39..2d83f77 100644 --- a/Tests/ComplexRelativePaths/Library/testConly.c +++ b/Tests/ComplexRelativePaths/Library/testConly.c @@ -1,4 +1,5 @@ #include "testConly.h" +#include <stdio.h> int CsharedFunction() { diff --git a/Tests/SubDir/ThirdSubDir/testfromauxsubdir.c b/Tests/SubDir/ThirdSubDir/testfromauxsubdir.c index 3f6a206..d162084 100644 --- a/Tests/SubDir/ThirdSubDir/testfromauxsubdir.c +++ b/Tests/SubDir/ThirdSubDir/testfromauxsubdir.c @@ -2,6 +2,7 @@ void secondone(); void pair_stuff(); +void pair_p_stuff(); void vcl_stuff(); int main() |