diff options
Diffstat (limited to 'src/type')
-rw-r--r-- | src/type/doubleComplex.c | 1 | ||||
-rw-r--r-- | src/type/floatComplex.c | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/type/doubleComplex.c b/src/type/doubleComplex.c index 6b8d5b4f..72460495 100644 --- a/src/type/doubleComplex.c +++ b/src/type/doubleComplex.c @@ -21,6 +21,7 @@ # endif #endif +#include <stdlib.h> #include "doubleComplex.h" #ifndef STDC99 diff --git a/src/type/floatComplex.c b/src/type/floatComplex.c index a3cac507..8ff7774b 100644 --- a/src/type/floatComplex.c +++ b/src/type/floatComplex.c @@ -21,7 +21,6 @@ # endif #endif -#include <stdio.h> #include <stdlib.h> #include "floatComplex.h" |