summaryrefslogtreecommitdiffstats
path: root/freebsd/Platform.c
diff options
context:
space:
mode:
authorChristian Goettsche <cgzones@googlemail.com>2020-11-18 15:12:18 +0100
committerBenBE <BenBE@geshi.org>2020-11-19 23:51:50 +0100
commitf5c3349bdb9cae2eec5adb9892445d3a1b482ec4 (patch)
tree72d2d82c7e2fac5f95205d344a837fa15022e516 /freebsd/Platform.c
parent7cf527759481a760b0f08da16add3a5120048572 (diff)
IWYU update (FreeBSD)
Diffstat (limited to 'freebsd/Platform.c')
-rw-r--r--freebsd/Platform.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/freebsd/Platform.c b/freebsd/Platform.c
index 8efa4e68..f73b48bd 100644
--- a/freebsd/Platform.c
+++ b/freebsd/Platform.c
@@ -9,10 +9,16 @@ in the source distribution for its full text.
#include <devstat.h>
#include <math.h>
+#include <stdint.h>
+#include <stdlib.h>
#include <time.h>
#include <net/if.h>
#include <net/if_mib.h>
+#include <sys/_types.h>
+#include <sys/devicestat.h>
+#include <sys/param.h>
#include <sys/resource.h>
+#include <sys/socket.h>
#include <sys/sysctl.h>
#include <sys/time.h>
#include <sys/types.h>
@@ -31,9 +37,12 @@ in the source distribution for its full text.
#include "MemoryMeter.h"
#include "Meter.h"
#include "NetworkIOMeter.h"
+#include "ProcessList.h"
+#include "Settings.h"
#include "SwapMeter.h"
#include "TasksMeter.h"
#include "UptimeMeter.h"
+#include "XUtils.h"
#include "zfs/ZfsArcMeter.h"
#include "zfs/ZfsCompressedArcMeter.h"

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