aboutsummaryrefslogtreecommitdiff
path: root/parts/table.h
diff options
context:
space:
mode:
Diffstat (limited to 'parts/table.h')
-rw-r--r--parts/table.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/parts/table.h b/parts/table.h
index fc63488..f3099fe 100644
--- a/parts/table.h
+++ b/parts/table.h
@@ -1,6 +1,8 @@
#ifndef TABLE_H
#define TABLE_H
+#include <stddef.h> // size_t
+
extern struct action {
enum action_type {
ACTION_NOT_SET = 0, ACTION_SHIFT,