]> git.lizzy.rs Git - nothing.git/blobdiff - src/ring_buffer.h
Fix cmake compilation
[nothing.git] / src / ring_buffer.h
index 8728e21630d4b35890cef0cb139138170241ff39..a174974440d645176dcfcb10d5e4f10131ee40c6 100644 (file)
@@ -7,6 +7,8 @@
 #include <stdint.h>
 #include <string.h>
 
+#include "system/memory.h"
+
 typedef void (*RingBufferDtor)(void *element);
 
 typedef struct {