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

Include time.h for ctime() prototype.

This commit is contained in:
Todd C. Miller
2011-11-30 09:14:11 -05:00
parent a64f1eaea8
commit 8fa6ab0372

View File

@@ -41,6 +41,7 @@
#include <ctype.h>
#include <errno.h>
#include <fcntl.h>
#include <time.h>
#include "missing.h"
#include "alloc.h"