diff options
Diffstat (limited to 'tinyc/examples/ex3.c')
-rw-r--r-- | tinyc/examples/ex3.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tinyc/examples/ex3.c b/tinyc/examples/ex3.c index 7c466ad54..5556a4bcd 100644 --- a/tinyc/examples/ex3.c +++ b/tinyc/examples/ex3.c @@ -1,5 +1,4 @@ -#include <stdlib.h> -#include <stdio.h> +#include <tcclib.h> int fib(n) { |