From b35b3e1bf70bf764940498247b1db5bb02761160 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Tue, 12 Mar 2019 01:27:54 +0100 Subject: Starting on ssa --- include/std/buffer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/std/buffer.h') diff --git a/include/std/buffer.h b/include/std/buffer.h index 688f18a..c961b6e 100644 --- a/include/std/buffer.h +++ b/include/std/buffer.h @@ -3,6 +3,7 @@ #include "types.h" #include "misc.h" +#include "defs.h" #define BUFFER_OK 0 #define BUFFER_ALLOC_FAIL -1 @@ -13,7 +14,6 @@ typedef struct { usize capacity; } Buffer; -struct ScopedAllocator; CHECK_RESULT int buffer_init(Buffer *self, struct ScopedAllocator *allocator); /* @data can be NULL */ -- cgit v1.2.3