diff options
Diffstat (limited to 'example/sample.c')
| -rw-r--r-- | example/sample.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/example/sample.c b/example/sample.c index 4c926a9..f586759 100644 --- a/example/sample.c +++ b/example/sample.c @@ -1,4 +1,5 @@ -#include "stdio.h" +#include <stdio.h> +#include <stdlib.h> #include "osfp.h" char iph[] = { |
