X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Ftypes%2Fnum_exp.c;h=34624204bec91d0b92f20958766cb0d3d0010249;hb=93d6b7f962a82b725d1918684297d68221b0b733;hp=944b876a4176ad6b38106bc57d033119d1882779;hpb=d2e0af1718294569a84c3c15616c74e4d55ea579;p=m6w6%2Fext-psi diff --git a/src/types/num_exp.c b/src/types/num_exp.c index 944b876..3462420 100644 --- a/src/types/num_exp.c +++ b/src/types/num_exp.c @@ -35,6 +35,7 @@ #include "context.h" #include "call.h" #include "calc.h" +#include "debug.h" struct psi_num_exp *psi_num_exp_init_ternary(token_t op, struct psi_num_exp *cond, struct psi_num_exp *truthy,