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:
Cyrill Gorcunov 2017-03-08 11:39:42 +03:00
parent 38373e8f1c
commit 485413344b

View File

@ -46,6 +46,7 @@
#include "nasm.h"
#include "nasmlib.h"
#include "assemble.h"
#include "error.h"
/*