2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 06:15:37 +00:00

Use TIME_WITH_SYS_TIME

This commit is contained in:
Todd C. Miller
2004-12-03 18:52:28 +00:00
parent 9884923a9c
commit 7d488657f0
6 changed files with 18 additions and 6 deletions

View File

@@ -46,7 +46,9 @@
#include <signal.h>
#include <errno.h>
#include <fcntl.h>
#include <time.h>
#if TIME_WITH_SYS_TIME
# include <time.h>
#endif
#include "sudo.h"