Skip to content

Commit 9623514

Browse files
ramsay-jonesgitster
authored andcommitted
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>
1 parent bc2133c commit 9623514

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ewah/ewok_rlw.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
#ifndef __EWOK_RLW_H__
2020
#define __EWOK_RLW_H__
2121

22+
#include "ewok.h"
23+
2224
#define RLW_RUNNING_BITS (sizeof(eword_t) * 4)
2325
#define RLW_LITERAL_BITS (sizeof(eword_t) * 8 - 1 - RLW_RUNNING_BITS)
2426

0 commit comments

Comments
 (0)