summaryrefslogtreecommitdiffstats
path: root/ClockMeter.c
diff options
context:
space:
mode:
authormayurdahibhate <mayurdahibhate31@gmail.com>2021-04-29 20:42:43 +0530
committerBenBE <BenBE@geshi.org>2021-05-10 18:40:53 +0200
commit1b74dfe1877676b914af6dcedd2d7578164aab47 (patch)
tree66ebff16204979342ba4a597c9f3c75a4cb6c005 /ClockMeter.c
parentd9c95369bc51595b6edd4eb6050c47a9b1e7a8d7 (diff)
cleaned up includes with iwyu
Diffstat (limited to 'ClockMeter.c')
-rw-r--r--ClockMeter.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ClockMeter.c b/ClockMeter.c
index f8a447e9..79bdecd9 100644
--- a/ClockMeter.c
+++ b/ClockMeter.c
@@ -10,9 +10,11 @@ in the source distribution for its full text.
#include "ClockMeter.h"
#include <time.h>
+#include <sys/time.h>
#include "CRT.h"
#include "Object.h"
+#include "ProcessList.h"
static const int ClockMeter_attributes[] = {

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