diff mbox series

[3/9] ewah/ewok_rlw.h: add missing include (hdr-check)

Message ID 48c92f46-746a-f532-1e8c-3d5cd993c41b@ramsayjones.plus.com (mailing list archive)
State New, archived
Headers show
Series [1/9] Makefile: add a hdr-check target | expand

Commit Message

Ramsay Jones Sept. 19, 2018, 12:09 a.m. UTC
Signed-off-by: Ramsay Jones <ramsay@ramsayjones.plus.com>
---
 ewah/ewok_rlw.h | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/ewah/ewok_rlw.h b/ewah/ewok_rlw.h
index 7cdfdd0c02..d487966935 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)