Commit ebc5bf649f20688294a309f00a46e9e326fea671

Christian Weisgerber 2020-09-19T19:26:16

add missing <sys/types.h> include ok stsp

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/lib/utf8.c b/lib/utf8.c
index 41c3f2e..167f4f5 100644
--- a/lib/utf8.c
+++ b/lib/utf8.c
@@ -15,6 +15,8 @@
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
+#include <sys/types.h>
+
 #include <err.h>
 #include <stdlib.h>
 #include <string.h>