]> Cypherpunks repositories - keks.git/commitdiff
size_t is in stddef
authorSergey Matveev <stargrave@stargrave.org>
Mon, 7 Apr 2025 11:40:34 +0000 (14:40 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Mon, 7 Apr 2025 11:40:34 +0000 (14:40 +0300)
c/lib/atom.h
c/lib/dectai.c
c/lib/dectai.h
c/lib/schema.c

index 6ab480f71fdb2bb92664a3db433b853692283c518c5f22d4c1df206b5ce75c3f..c13edbe18ea8f3fa78cd70fceb8745598789bf481c2bd4688740154f14cdca6a 100644 (file)
@@ -1,6 +1,7 @@
 #ifndef KEKS_ATOM_H
 #define KEKS_ATOM_H
 
+#include <stddef.h>
 #include <stdint.h>
 #include <stdlib.h>
 
index 8684bd54d3a708a8a7b0ab4fa3626e2d957615c27ef80f29717a9377b6e02031..ace0cab89cb780a0b27afcd20c43178202526867afdf3f62f3cab366bae3da5a 100644 (file)
@@ -13,6 +13,7 @@
 // You should have received a copy of the GNU Lesser General Public
 // License along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
+#include <stddef.h>
 #include <stdint.h>
 #include <time.h>
 
index 3724578d2ee3e6f171621ba0786d280cf307d48c07485043e2c49d3fce4a4c03..90a6833caae04ab91a567c4d8b4f6d31f9bbe493b485b120db692dc9af6e4638 100644 (file)
@@ -1,6 +1,7 @@
 #ifndef KEKS_DECTAI_H
 #define KEKS_DECTAI_H
 
+#include <stddef.h>
 #include <time.h> // IWYU pragma: keep // struct timespec
 
 #include "err.h"
index 1338d9f0f0388a97dd126176748341945a485677d3b919ceac5695c8ffdade85..355aac4ebcb565a9db3d9bf7262201d8135632d0004d82ec58ca6a715334e4da 100644 (file)
@@ -14,6 +14,7 @@
 // License along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 #include <stdbool.h>
+#include <stddef.h>
 #include <stdint.h>
 #include <string.h>