diff options
Diffstat (limited to 'Tests/COnly/libc2.c')
-rw-r--r-- | Tests/COnly/libc2.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/COnly/libc2.c b/Tests/COnly/libc2.c index 9a61837..0fd8956 100644 --- a/Tests/COnly/libc2.c +++ b/Tests/COnly/libc2.c @@ -1,3 +1,5 @@ +#include "libc2.h" + float LibC2Func() { return 1.0; |