aboutsummaryrefslogtreecommitdiff
path: root/src/execute.c
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2024-04-26 16:29:55 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2024-04-26 16:29:55 +0300
commitda9fe1e040b04cbe816c67fab7cb45d7db75107c (patch)
tree2cee6a2aadeb654272e0655a8800c407721e4f3c /src/execute.c
parent9ec0e372e1720b8f0857ee6c99997f695ef9ea5d (diff)
downloadposthaste-da9fe1e040b04cbe816c67fab7cb45d7db75107c.tar.gz
posthaste-da9fe1e040b04cbe816c67fab7cb45d7db75107c.zip
restructure debugging a bit
Diffstat (limited to 'src/execute.c')
-rw-r--r--src/execute.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/execute.c b/src/execute.c
index bd9cd6b..d5e180e 100644
--- a/src/execute.c
+++ b/src/execute.c
@@ -1,4 +1,5 @@
#include <math.h>
+#include <stdio.h>
#include <posthaste/execute.h>
#include <posthaste/lower.h>