diff options
Diffstat (limited to 'rb.h')
-rw-r--r-- | rb.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -19,6 +19,9 @@ #ifndef RING_BUFFER_H #define RING_BUFFER_H +/* needed for the definition of NULL */ +#include <stdlib.h> + #include <stdint.h> #include <sys/types.h> |