diff options
Diffstat (limited to 'src/stack.c')
| -rw-r--r-- | src/stack.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/stack.c b/src/stack.c index f0023c4..c25e63b 100644 --- a/src/stack.c +++ b/src/stack.c @@ -1,6 +1,8 @@ +#include <string.h> +#include <stdlib.h> + #include <daw/logging.h> #include <daw/utils/stack.h> -#include <stdlib.h> Stack stack_new_ex(const usize element_size, const usize size) { Stack s = { |
