summaryrefslogtreecommitdiff
path: root/ewah
diff options
context:
space:
mode:
authorRamsay Jones <ramsay@ramsayjones.plus.com>2018-09-19 00:09:38 (GMT)
committerJunio C Hamano <gitster@pobox.com>2018-09-20 18:50:00 (GMT)
commit9623514aa8286263ad3f04ae476e13759500fc9a (patch)
tree6b162d5409cc74223f0330c045607e73e41f22d2 /ewah
parentbc2133c9d3ebf44b28d0aff5b7328878b6d437fb (diff)
downloadgit-9623514aa8286263ad3f04ae476e13759500fc9a.zip
git-9623514aa8286263ad3f04ae476e13759500fc9a.tar.gz
git-9623514aa8286263ad3f04ae476e13759500fc9a.tar.bz2
ewah/ewok_rlw.h: add missing include (hdr-check)
Signed-off-by: Ramsay Jones <ramsay@ramsayjones.plus.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'ewah')
-rw-r--r--ewah/ewok_rlw.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ewah/ewok_rlw.h b/ewah/ewok_rlw.h
index 7cdfdd0..d487966 100644
--- a/ewah/ewok_rlw.h
+++ b/ewah/ewok_rlw.h
@@ -19,6 +19,8 @@
#ifndef __EWOK_RLW_H__
#define __EWOK_RLW_H__
+#include "ewok.h"
+
#define RLW_RUNNING_BITS (sizeof(eword_t) * 4)
#define RLW_LITERAL_BITS (sizeof(eword_t) * 8 - 1 - RLW_RUNNING_BITS)