aboutsummaryrefslogtreecommitdiffstats
path: root/python/GHquad.c
diff options
context:
space:
mode:
Diffstat (limited to 'python/GHquad.c')
-rw-r--r--python/GHquad.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/GHquad.c b/python/GHquad.c
index db8bf32e..8dafb2b1 100644
--- a/python/GHquad.c
+++ b/python/GHquad.c
@@ -1,5 +1,6 @@
#include "stdlib.h"
#include "math.h"
+#include "GHquad.h"
extern int dstev_(char* JOBZ, int* n, double* D, double* E, double* Z, int* ldz, double* WORK, int* INFO);