diff options
author | Allan Cornet <allan.cornet@scilab.org> | 2007-11-12 13:35:17 +0000 |
---|---|---|
committer | Allan Cornet <allan.cornet@scilab.org> | 2007-11-12 13:35:17 +0000 |
commit | aefe95417c11036ea9a1f497848c40ff866234ff (patch) | |
tree | 84c84fdbe558edcbb2227fa6f33790937f766c12 /scilab | |
parent | 05ec36100e2a72f9b6b5b445d103379465570ba9 (diff) | |
download | scilab-aefe95417c11036ea9a1f497848c40ff866234ff.zip scilab-aefe95417c11036ea9a1f497848c40ff866234ff.tar.gz |
warning
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" |