diff options
-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> |
index : ring_buffer.git | ||
[no description] | git repository hosting |
summaryrefslogtreecommitdiff |
-rw-r--r-- | rb.h | 3 |
@@ -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> |