aboutsummaryrefslogtreecommitdiff
path: root/parts/table.h
diff options
context:
space:
mode:
authorkartofen <kartofen.mail.0@protonmail.com>2025-07-09 17:23:04 +0300
committerkartofen <kartofen.mail.0@protonmail.com>2025-07-09 17:23:04 +0300
commit2955d9bcb8ae535e7f44a54363a6f30a6d16e271 (patch)
tree49de0cef8eb32596f2629e3d2855400484fbd8aa /parts/table.h
parentd5e78ee61086442a095f65c5c7aa35c7e49f25bb (diff)
edit readme
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,