summaryrefslogtreecommitdiff
path: root/usr.bin/oasm/label.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/oasm/label.c')
-rw-r--r--usr.bin/oasm/label.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/oasm/label.c b/usr.bin/oasm/label.c
index c54209a..2647bb9 100644
--- a/usr.bin/oasm/label.c
+++ b/usr.bin/oasm/label.c
@@ -35,6 +35,7 @@
#include <stdlib.h>
#include <string.h>
#include <stddef.h>
+#include <stdbool.h>
static struct oasm_label *labels[MAX_LABELS];
static size_t label_count = 0;