summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyrill Gorcunov <gorcunov@gmail.com>2017-03-08 11:39:42 +0300
committerCyrill Gorcunov <gorcunov@gmail.com>2017-03-08 11:39:42 +0300
commit485413344b36a4506b841b3d7fb84452b1811a0f (patch)
treee53bd470ce7083374e6c2f771561a150c65b06b5
parent38373e8f1c5628f05d428cbb434cd62689827857 (diff)
downloadnasm-485413344b36a4506b841b3d7fb84452b1811a0f.tar.gz
asm/pragma: Add missing "assemble.h" inclusion
| asm/pragma.c:131:6: error: no previous prototype for ‘process_pragma’ [-Werror=missing-prototypes] | void process_pragma(char *str) | ^~~~~~~~~~~~~~ Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
-rw-r--r--asm/pragma.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/asm/pragma.c b/asm/pragma.c
index d0518e8b..cad20428 100644
--- a/asm/pragma.c
+++ b/asm/pragma.c
@@ -46,6 +46,7 @@
#include "nasm.h"
#include "nasmlib.h"
+#include "assemble.h"
#include "error.h"
/*