summaryrefslogtreecommitdiffstats
path: root/DynamicMeter.c
diff options
context:
space:
mode:
authorSohaib Mohamed <sohaib.amhmd@gmail.com>2021-07-18 06:25:45 +0200
committerBenBE <BenBE@geshi.org>2021-07-18 09:36:59 +0200
commit90b209ee374fc3cdf82e7ca5d979d82d22007d31 (patch)
treeb205eb18903c7258f9ecc75409d128217c256670 /DynamicMeter.c
parentc9abd788b17ab28424961310b7e224498510780c (diff)
PCP: fixup: Missing headers for DynamicMeter
Diffstat (limited to 'DynamicMeter.c')
-rw-r--r--DynamicMeter.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/DynamicMeter.c b/DynamicMeter.c
index 44a3b439..70547ee4 100644
--- a/DynamicMeter.c
+++ b/DynamicMeter.c
@@ -5,10 +5,14 @@ htop - DynamicMeter.c
Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text.
*/
+
#include "config.h" // IWYU pragma: keep
#include "DynamicMeter.h"
+#include <stdbool.h>
+#include <stddef.h>
+
#include "CRT.h"
#include "Object.h"
#include "Platform.h"

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