diff options
Diffstat (limited to 'src/basic/strbuf.h')
-rw-r--r-- | src/basic/strbuf.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/basic/strbuf.h b/src/basic/strbuf.h index fbc4e5f2a1..69565f7e2c 100644 --- a/src/basic/strbuf.h +++ b/src/basic/strbuf.h @@ -21,7 +21,9 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. ***/ +#include <stddef.h> #include <stdint.h> +#include <sys/types.h> struct strbuf { char *buf; |