summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/membuf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/membuf.h b/include/membuf.h
index 17616d5577e..636ed703ee7 100644
--- a/include/membuf.h
+++ b/include/membuf.h
@@ -9,6 +9,8 @@
#ifndef _membuf_H
#define _membuf_H
+#include <stdbool.h>
+
/**
* @struct membuf: holds the state of a membuff - it is used for input and
* output buffers. The buffer extends from @start to (@start + @size - 1).