blob: 6ae4173072eda3bb042c6205efb40a404c0f938e (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- a/util/strbuf.h
+++ b/util/strbuf.h
@@ -17,6 +17,7 @@
#define __NDCTL_STRBUF_H
#include <string.h>
#include <assert.h>
+#include <sys/types.h>
/*
* Strbuf's can be use in many ways: as a byte array, or to store arbitrary
|