Include time.h for struct timespec.

This commit is contained in:
Todd C. Miller
2019-11-15 16:32:45 -07:00
parent 20bc94635d
commit dae0da2fe3

View File

@@ -19,6 +19,7 @@
#ifndef SUDO_EVENT_H #ifndef SUDO_EVENT_H
#define SUDO_EVENT_H #define SUDO_EVENT_H
#include <time.h> /* for struct timespec */
#include <signal.h> /* for sigatomic_t and NSIG */ #include <signal.h> /* for sigatomic_t and NSIG */
#include "sudo_queue.h" #include "sudo_queue.h"