summaryrefslogtreecommitdiff
path: root/float.h
diff options
context:
space:
mode:
Diffstat (limited to 'float.h')
-rw-r--r--float.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/float.h b/float.h
index 40305bc..74fd738 100644
--- a/float.h
+++ b/float.h
@@ -10,6 +10,8 @@
#ifndef NASM_FLOAT_H
#define NASM_FLOAT_H
+#include "nasm.h"
+
enum float_round {
FLOAT_RC_NEAR,
FLOAT_RC_ZERO,