prevent multi include
This commit is contained in:
@ -6,6 +6,8 @@
|
||||
#include <pthread.h>
|
||||
#endif
|
||||
|
||||
#define RINGBUFFER_H
|
||||
|
||||
struct ringBuffer {
|
||||
void *buffer;
|
||||
int blocks;
|
||||
|
Reference in New Issue
Block a user