From: Sergey Matveev Date: Mon, 7 Apr 2025 11:40:34 +0000 (+0300) Subject: size_t is in stddef X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=495073bd57ee7b679e04e96ec8f6a3f093917490bf24c22e093dd45c88af0272;p=keks.git size_t is in stddef --- diff --git a/c/lib/atom.h b/c/lib/atom.h index 6ab480f..c13edbe 100644 --- a/c/lib/atom.h +++ b/c/lib/atom.h @@ -1,6 +1,7 @@ #ifndef KEKS_ATOM_H #define KEKS_ATOM_H +#include #include #include diff --git a/c/lib/dectai.c b/c/lib/dectai.c index 8684bd5..ace0cab 100644 --- a/c/lib/dectai.c +++ b/c/lib/dectai.c @@ -13,6 +13,7 @@ // You should have received a copy of the GNU Lesser General Public // License along with this program. If not, see . +#include #include #include diff --git a/c/lib/dectai.h b/c/lib/dectai.h index 3724578..90a6833 100644 --- a/c/lib/dectai.h +++ b/c/lib/dectai.h @@ -1,6 +1,7 @@ #ifndef KEKS_DECTAI_H #define KEKS_DECTAI_H +#include #include // IWYU pragma: keep // struct timespec #include "err.h" diff --git a/c/lib/schema.c b/c/lib/schema.c index 1338d9f..355aac4 100644 --- a/c/lib/schema.c +++ b/c/lib/schema.c @@ -14,6 +14,7 @@ // License along with this program. If not, see . #include +#include #include #include