summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/ring.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/ring.h b/common/ring.h
index b22e499..91d4794 100644
--- a/common/ring.h
+++ b/common/ring.h
@@ -19,6 +19,8 @@
#ifndef _H_RING2
#define _H_RING2
+#include <stddef.h>
+
typedef struct Ring RingItem;
typedef struct Ring {
RingItem *prev;