]> git.lizzy.rs Git - nothing.git/commitdiff
Try to fix msvc build
authorrexim <reximkut@gmail.com>
Mon, 9 Dec 2019 00:32:10 +0000 (07:32 +0700)
committerrexim <reximkut@gmail.com>
Mon, 9 Dec 2019 00:32:10 +0000 (07:32 +0700)
src/dynarray.h

index aa961defdc8dce4b58879d46b23c4233681eae22..8832d82a9199624735f0fc81613aedb3d4663f07 100644 (file)
@@ -3,6 +3,7 @@
 
 #include <stdlib.h>
 #include <stdbool.h>
+#include <stdint.h>
 
 typedef struct {
     size_t element_size;