summaryrefslogtreecommitdiff
path: root/src/commonlib/iobuf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/commonlib/iobuf.c')
-rw-r--r--src/commonlib/iobuf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/commonlib/iobuf.c b/src/commonlib/iobuf.c
index 042e8dd47e..378793e223 100644
--- a/src/commonlib/iobuf.c
+++ b/src/commonlib/iobuf.c
@@ -3,6 +3,7 @@
#include <commonlib/endian.h>
#include <commonlib/iobuf.h>
#include <string.h>
+#include <stdint.h>
static int ibuf_check_size(const struct ibuf *ib, size_t sz)
{