summaryrefslogtreecommitdiff
path: root/src/basic/strbuf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/basic/strbuf.h')
-rw-r--r--src/basic/strbuf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/basic/strbuf.h b/src/basic/strbuf.h
index fbc4e5f2a1..a1632da0e8 100644
--- a/src/basic/strbuf.h
+++ b/src/basic/strbuf.h
@@ -1,5 +1,3 @@
-/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
-
#pragma once
/***
@@ -21,7 +19,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;