summaryrefslogtreecommitdiffstats
path: root/dragonflybsd/DragonFlyBSDProcess.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/DragonFlyBSDProcess.h
parent2c8353e7cf0051c34f505e9408cce371ab87bfca (diff)
DragonFlyBSD: Fix included headers
Diffstat (limited to 'dragonflybsd/DragonFlyBSDProcess.h')
-rw-r--r--dragonflybsd/DragonFlyBSDProcess.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/dragonflybsd/DragonFlyBSDProcess.h b/dragonflybsd/DragonFlyBSDProcess.h
index dc40a993..4b086af2 100644
--- a/dragonflybsd/DragonFlyBSDProcess.h
+++ b/dragonflybsd/DragonFlyBSDProcess.h
@@ -8,6 +8,13 @@ Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text.
*/
+#include <stdbool.h>
+
+#include "Object.h"
+#include "Process.h"
+#include "Settings.h"
+
+
typedef struct DragonFlyBSDProcess_ {
Process super;
int kernel;

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