summaryrefslogtreecommitdiff
path: root/lib/buffer/ringbuffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/buffer/ringbuffer.h')
-rw-r--r--lib/buffer/ringbuffer.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/buffer/ringbuffer.h b/lib/buffer/ringbuffer.h
index 2bb6528..038e33a 100644
--- a/lib/buffer/ringbuffer.h
+++ b/lib/buffer/ringbuffer.h
@@ -1,5 +1,3 @@
-#include "lib/bool/bool.h"
-
-void ringbuffer_init();
+#include <stdbool.h>
bool ringbuffer_put(char c);
bool ringbuffer_get(char *c);