summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--crc64.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/crc64.c b/crc64.c
index d93ea0c3..338e0be4 100644
--- a/crc64.c
+++ b/crc64.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 "compiler.h"
#include "nasmlib.h"
+#include "hashtbl.h"
static const uint64_t crc64_tab[256] = {
UINT64_C(0x0000000000000000), UINT64_C(0x7ad870c830358979),