From f39d916e3a35527eb0d886506ac6fc70fa639070 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Sat, 15 Aug 2020 09:53:03 -0400 Subject: Just use CLOCK_MONOTONIC and clean up includes CLOCK_MONOTONIC exists everywhere. --- daemon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'daemon.h') diff --git a/daemon.h b/daemon.h index 4a9f4d8..db82ee2 100644 --- a/daemon.h +++ b/daemon.h @@ -19,7 +19,7 @@ #include #include #include -#include +#include #include typedef unsigned char byte; -- cgit 1.4.1