1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00

Include sys/time.h.

This commit is contained in:
Richard M. Stallman 1993-06-03 03:28:21 +00:00
parent 6233db358f
commit 2198e8fe65

View File

@ -2,6 +2,7 @@
#include <stdio.h>
#include <time.h>
#include <sys/time.h>
struct tm *localtime ();