From c0c67c67c865c71f6da2c8a796d7c6702988895a Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Tue, 25 Nov 2014 12:07:43 -0800 Subject: [PATCH] Add missing header file in output/nulldbg.c Signed-off-by: H. Peter Anvin --- output/nulldbg.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/output/nulldbg.c b/output/nulldbg.c index c7bace13..581a1c55 100644 --- a/output/nulldbg.c +++ b/output/nulldbg.c @@ -1,6 +1,6 @@ /* ----------------------------------------------------------------------- * * - * Copyright 1996-2009 The NASM Authors - All Rights Reserved + * Copyright 1996-2014 The NASM Authors - All Rights Reserved * See the file AUTHORS included with the NASM distribution for * the specific copyright holders. * @@ -33,6 +33,7 @@ #include "nasm.h" #include "nasmlib.h" +#include "output/outlib.h" void null_debug_init(void) { -- 2.11.4.GIT