cleard and moved includes to header
This commit is contained in:
@ -1,4 +1,8 @@
|
||||
#include <stddef.h>
|
||||
|
||||
#ifdef RINGBUFFER_THREAD_SAFE
|
||||
#include <pthread.h>
|
||||
#endif
|
||||
|
||||
struct ringBuffer {
|
||||
void *buffer;
|
||||
|
Reference in New Issue
Block a user