From 2c85f2d087b9b2f3922b856beed4e2dd5b0fc126 Mon Sep 17 00:00:00 2001 From: kartofen Date: Wed, 9 Jul 2025 17:23:04 +0300 Subject: edit readme --- parts/table.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'parts/table.h') 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 // size_t + extern struct action { enum action_type { ACTION_NOT_SET = 0, ACTION_SHIFT, -- cgit v1.2.3