summaryrefslogtreecommitdiff
path: root/src/string/includes/disp.h
diff options
context:
space:
mode:
authorsimon2008-07-02 09:45:40 +0000
committersimon2008-07-02 09:45:40 +0000
commitb2efc612bf54abe1ab6a44e65c26016e794ae606 (patch)
treef6c8ff2875488bc682577b4e233f692e2a944474 /src/string/includes/disp.h
parent4ce27cad864b8c7ad602c879466208aa7daa0d13 (diff)
downloadscilab2c-b2efc612bf54abe1ab6a44e65c26016e794ae606.tar.gz
scilab2c-b2efc612bf54abe1ab6a44e65c26016e794ae606.tar.bz2
scilab2c-b2efc612bf54abe1ab6a44e65c26016e794ae606.zip
Diffstat (limited to 'src/string/includes/disp.h')
-rw-r--r--src/string/includes/disp.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/string/includes/disp.h b/src/string/includes/disp.h
index 5af6e540..7a058900 100644
--- a/src/string/includes/disp.h
+++ b/src/string/includes/disp.h
@@ -10,10 +10,14 @@
*
*/
+
+
#ifndef __DISP_H__
#define __DISP_H__
#include <stdio.h>
+#include "floatComplex.h"
+#include "doubleComplex.h"
void sdips (float in);