summaryrefslogtreecommitdiff
path: root/include/complex.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/complex.h')
-rw-r--r--include/complex.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/complex.h b/include/complex.h
index ced87a8f..e8cec9cc 100644
--- a/include/complex.h
+++ b/include/complex.h
@@ -1,6 +1,7 @@
#ifndef __COMPLEX_H
#define __COMPLEX_H
+#include <complex.h>
#define complex _Complex
#define _Complex_I (__extension__(0.0f + 1.0fi))
#define imaginary _Imaginary