Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
ewah/ewok_rlw.h: add missing include (hdr-check)
author
Ramsay Jones
<ramsay@ramsayjones.plus.com>
Wed, 19 Sep 2018 00:09:38 +0000
(
01:09
+0100)
committer
Junio C Hamano
<gitster@pobox.com>
Thu, 20 Sep 2018 18:50:00 +0000
(11:50 -0700)
Signed-off-by: Ramsay Jones <ramsay@ramsayjones.plus.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
ewah/ewok_rlw.h
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
bc2133c
)
diff --git
a/ewah/ewok_rlw.h
b/ewah/ewok_rlw.h
index 7cdfdd0c020e37abbc30624b2ea1bcf4ef0ddfee..d487966935e2d81aeece7f57f382c941d14325d7 100644
(file)
--- 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)