]> git.lizzy.rs Git - dragonblocks_alpha.git/commitdiff
Add missing header file 0.1.2.2
authorElias Fleckenstein <eliasfleckenstein@web.de>
Thu, 1 Apr 2021 17:26:00 +0000 (19:26 +0200)
committerElias Fleckenstein <eliasfleckenstein@web.de>
Thu, 1 Apr 2021 17:26:00 +0000 (19:26 +0200)
src/types.h

index 1f4f21947da8c14f47776ba323ce30a82fa5c080..2b7b40c8a636c1eee8376a115c9cecfa6e789f75 100644 (file)
@@ -3,6 +3,7 @@
 
 #include <stdint.h>
 #include <stdbool.h>
+#include <stddef.h>
 
 bool read_full(int fd, char *buffer, size_t size);