mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-11-21 03:14:19 +08:00
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>
This commit is contained in:
parent
38373e8f1c
commit
485413344b
@ -46,6 +46,7 @@
|
||||
|
||||
#include "nasm.h"
|
||||
#include "nasmlib.h"
|
||||
#include "assemble.h"
|
||||
#include "error.h"
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user