autoconf: split into subdirectories; redirect calls in debug builds
[m6w6/ext-psi] / src / calc.h
index d00aec049e2534a40a17778b366364c28e149154..db8fd7cc1d7101688342fe595b368d30f24a0601 100644 (file)
@@ -1,6 +1,9 @@
 #ifndef _PSI_CALC_H
 #define _PSI_CALC_H
 
+#include "num_exp.h"
+#include "impl_val.h"
+
 int psi_calc_num_exp(num_exp *exp, impl_val *strct, impl_val *res);
 
 static inline zend_long psi_long_num_exp(num_exp *exp, impl_val *strct) {