From 9df6b4c8c268cc94a4de784464a1ec9481e5966c Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Thu, 6 Oct 2016 14:19:02 -0700 Subject: [PATCH] output/legacy.c: include outlib.h Add outlib.h for the prototype of nasm_do_legacy_output(). Signed-off-by: H. Peter Anvin --- output/legacy.c | 1 + 1 file changed, 1 insertion(+) diff --git a/output/legacy.c b/output/legacy.c index 7c1dcec1..9546dd97 100644 --- a/output/legacy.c +++ b/output/legacy.c @@ -39,6 +39,7 @@ */ #include "nasm.h" +#include "outlib.h" void nasm_do_legacy_output(const struct out_data *data) { -- 2.11.4.GIT