mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-26 08:51:25 +02:00
11 lines
233 B
Diff
11 lines
233 B
Diff
--- 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
|