summaryrefslogtreecommitdiff
path: root/ewah/ewok_rlw.h
diff options
context:
space:
mode:
Diffstat (limited to 'ewah/ewok_rlw.h')
-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)