summaryrefslogtreecommitdiffstats
path: root/linux/SystemdMeter.c
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2020-11-18 14:26:30 +0100
committerBenBE <BenBE@geshi.org>2020-11-19 23:51:50 +0100
commit7cf527759481a760b0f08da16add3a5120048572 (patch)
treef19cab11922858f5fc6bd107e6c58bf73f23f266 /linux/SystemdMeter.c
parent329011bb982b7dda02e6901173e6fc34bcaa2645 (diff)
IWYU update (Linux)
Diffstat (limited to 'linux/SystemdMeter.c')
-rw-r--r--linux/SystemdMeter.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/linux/SystemdMeter.c b/linux/SystemdMeter.c
index ef88275f..95b0cb39 100644
--- a/linux/SystemdMeter.c
+++ b/linux/SystemdMeter.c
@@ -9,12 +9,16 @@ in the source distribution for its full text.
#include <dlfcn.h>
#include <fcntl.h>
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
#include <unistd.h>
-#include <sys/stat.h>
-#include <sys/types.h>
#include <sys/wait.h>
#include "CRT.h"
+#include "Macros.h"
+#include "Object.h"
+#include "RichString.h"
#include "XUtils.h"

© 2014-2024 Faster IT GmbH | imprint | privacy policy