From 000e8ca43f4968412ed5c8fc514bb6caa3e5c450 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Sun, 4 Aug 2024 13:05:47 +0100 Subject: new reader --- util.h | 1 + 1 file changed, 1 insertion(+) (limited to 'util.h') diff --git a/util.h b/util.h index 076393e..6b61b56 100644 --- a/util.h +++ b/util.h @@ -2,6 +2,7 @@ #define _util_h #include +#include #define CHECK(cond, ...) do { if (!(cond)) { fprintf(stderr, __VA_ARGS__); putchar('\n'); exit(1); } } while(0) #define ERROR(...) CHECK(false, __VA_ARGS__) -- cgit v1.2.3