summaryrefslogtreecommitdiffstats
path: root/CPUMeter.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 /CPUMeter.c
parent329011bb982b7dda02e6901173e6fc34bcaa2645 (diff)
IWYU update (Linux)
Diffstat (limited to 'CPUMeter.c')
-rw-r--r--CPUMeter.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/CPUMeter.c b/CPUMeter.c
index e371c202..cb5a5e74 100644
--- a/CPUMeter.c
+++ b/CPUMeter.c
@@ -5,9 +5,12 @@ Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text.
*/
+#include "config.h"
+
#include "CPUMeter.h"
#include <math.h>
+#include <stdint.h>
#include <stdlib.h>
#include <string.h>

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