summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2014-11-25 12:07:43 -0800
committerH. Peter Anvin <hpa@zytor.com>2014-11-25 12:14:52 -0800
commitc0c67c67c865c71f6da2c8a796d7c6702988895a (patch)
tree3a62864fdeaa35f1278d5f33a05be77f0278815c
parentc664583b099be33ff544c2edd77d54ca70462746 (diff)
downloadnasm-c0c67c67c865c71f6da2c8a796d7c6702988895a.tar.gz
Add missing header file in output/nulldbg.c
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
-rw-r--r--output/nulldbg.c3
1 files changed, 2 insertions, 1 deletions
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)
{