aboutsummaryrefslogtreecommitdiffstats
path: root/src/ringbuf.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/ringbuf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ringbuf.h b/src/ringbuf.h
index f666f0bbe..ebcd2d8ef 100644
--- a/src/ringbuf.h
+++ b/src/ringbuf.h
@@ -22,7 +22,8 @@
#ifndef RINGBUF_H
#define RINGBUF_H
-#include "os_compat.h"
+#include <stddef.h>
+#include <sys/uio.h>
/** @file ringbuf.h
*