From dae0da2fe31621903068c73e8305b00cb8c72d53 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Fri, 15 Nov 2019 16:32:45 -0700 Subject: [PATCH] Include time.h for struct timespec. --- include/sudo_event.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/sudo_event.h b/include/sudo_event.h index 2deb5113b..ad58b928b 100644 --- a/include/sudo_event.h +++ b/include/sudo_event.h @@ -19,6 +19,7 @@ #ifndef SUDO_EVENT_H #define SUDO_EVENT_H +#include /* for struct timespec */ #include /* for sigatomic_t and NSIG */ #include "sudo_queue.h"