diff options
Diffstat (limited to 'scilab')
-rw-r--r-- | scilab/modules/output_stream/src/c/sciprint_full.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scilab/modules/output_stream/src/c/sciprint_full.c b/scilab/modules/output_stream/src/c/sciprint_full.c index a2bb134..fdf08f1 100644 --- a/scilab/modules/output_stream/src/c/sciprint_full.c +++ b/scilab/modules/output_stream/src/c/sciprint_full.c | |||
@@ -6,6 +6,7 @@ | |||
6 | /* from lines() */ | 6 | /* from lines() */ |
7 | /*-----------------------------------------------------------------------------------*/ | 7 | /*-----------------------------------------------------------------------------------*/ |
8 | #include <stdio.h> | 8 | #include <stdio.h> |
9 | #include <stdlib.h> | ||
9 | #include <string.h> | 10 | #include <string.h> |
10 | #include "sciprint_full.h" | 11 | #include "sciprint_full.h" |
11 | #include "sciprint.h" | 12 | #include "sciprint.h" |