git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
bc2133c
)
ewah/ewok_rlw.h: add missing include (hdr-check)
author
Ramsay Jones
<redacted>
Wed, 19 Sep 2018 00:09:38 +0000
(
01:09
+0100)
committer
Junio C Hamano
<redacted>
Thu, 20 Sep 2018 18:50:00 +0000
(11:50 -0700)
Signed-off-by: Ramsay Jones <redacted>
Signed-off-by: Junio C Hamano <redacted>
ewah/ewok_rlw.h
patch
|
blob
|
history
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)
git clone https://git.99rst.org/PROJECT