2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-09-05 00:35:14 +00:00

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
#define SUDO_EVENT_H
#include <time.h> /* for struct timespec */
#include <signal.h> /* for sigatomic_t and NSIG */
#include "sudo_queue.h"