aboutsummaryrefslogtreecommitdiff
path: root/stmt.c
diff options
context:
space:
mode:
Diffstat (limited to 'stmt.c')
-rw-r--r--stmt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stmt.c b/stmt.c
index 866d3ff..8eced24 100644
--- a/stmt.c
+++ b/stmt.c
@@ -5,8 +5,8 @@
#include <stdlib.h>
#include <string.h>
#include "util.h"
+#include "backend.h"
#include "decl.h"
-#include "emit.h"
#include "expr.h"
#include "pp.h"
#include "scope.h"