summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2014-11-25 12:07:10 -0800
committerH. Peter Anvin <hpa@zytor.com>2014-11-25 12:14:52 -0800
commitc664583b099be33ff544c2edd77d54ca70462746 (patch)
tree84172cf9602214be7a9f0f9a8aa7348b0fa28792
parenta725d0afd0e713dc29c64a61b283dd317f0ec199 (diff)
downloadnasm-c664583b099be33ff544c2edd77d54ca70462746.tar.gz
Add missing header file in labels.c
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
-rw-r--r--labels.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/labels.c b/labels.c
index 98408b47..e14fe474 100644
--- a/labels.c
+++ b/labels.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.
*
@@ -45,6 +45,7 @@
#include "nasm.h"
#include "nasmlib.h"
#include "hashtbl.h"
+#include "labels.h"
/*
* A local label is one that begins with exactly one period. Things