cleard to much? I am confused

This commit is contained in:
2025-05-25 16:03:37 +02:00
parent 69d537bddd
commit 095fca6b3d
2 changed files with 4 additions and 0 deletions

View File

@ -1,4 +1,6 @@
#include <stddef.h>
#include <stdlib.h>
#include <string.h>
#ifdef RINGBUFFER_THREAD_SAFE
#include <pthread.h>