Update queue.h

This commit is contained in:
allkern
2024-07-18 12:36:09 -03:00
parent 67deae5a15
commit 5c3d8db881
+1
View File
@@ -2,6 +2,7 @@
#define QUEUE_H
#include <stdint.h>
#include <stddef.h>
typedef struct {
uint8_t* buf;