aboutsummaryrefslogtreecommitdiff
path: root/decl.c
diff options
context:
space:
mode:
Diffstat (limited to 'decl.c')
-rw-r--r--decl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/decl.c b/decl.c
index 6d6bd84..03dfb3d 100644
--- a/decl.c
+++ b/decl.c
@@ -7,8 +7,8 @@
#include <stdlib.h>
#include <string.h>
#include "util.h"
+#include "backend.h"
#include "decl.h"
-#include "emit.h"
#include "expr.h"
#include "htab.h"
#include "init.h"