Linux fix

This commit is contained in:
2023-10-25 16:02:56 +00:00
parent e4f5e9b32a
commit d89e91d97e
3 changed files with 7 additions and 1 deletions

View File

@@ -1,6 +1,10 @@
#include <stdlib.h>
#include <stdio.h>
#ifdef __linux__
#include <bsd/stdlib.h>
#endif
#include "vector.h"
#define VEC_INIT_CAP 2