summaryrefslogtreecommitdiffstats
path: root/dragonflybsd/Platform.h
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2021-05-22 09:24:30 +0200
committercgzones <cgzones@googlemail.com>2021-05-22 18:16:11 +0200
commit07a4657a4744de919854b4c38c688861a0469233 (patch)
treee2bc1ef1ffd40695255162b20eb773d8363579d9 /dragonflybsd/Platform.h
parent2c8353e7cf0051c34f505e9408cce371ab87bfca (diff)
DragonFlyBSD: Fix included headers
Diffstat (limited to 'dragonflybsd/Platform.h')
-rw-r--r--dragonflybsd/Platform.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/dragonflybsd/Platform.h b/dragonflybsd/Platform.h
index 87c124d9..e5402c00 100644
--- a/dragonflybsd/Platform.h
+++ b/dragonflybsd/Platform.h
@@ -9,12 +9,17 @@ in the source distribution for its full text.
*/
#include <stdbool.h>
+#include <stddef.h>
+#include <stdint.h>
#include <sys/types.h>
#include "Action.h"
#include "BatteryMeter.h"
#include "DiskIOMeter.h"
+#include "Macros.h"
+#include "Meter.h"
#include "NetworkIOMeter.h"
+#include "Process.h"
#include "ProcessLocksScreen.h"
#include "SignalsPanel.h"
#include "generic/gettime.h"

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