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"