1
0
mirror of https://github.com/golang/go synced 2024-09-25 13:20:13 -06:00

add #include for time and ctime

R=r
DELTA=1  (1 added, 0 deleted, 0 changed)
OCL=33615
CL=33617
This commit is contained in:
Russ Cox 2009-08-20 16:06:06 -07:00
parent b58ecb11b0
commit 5bd266d1ee

View File

@ -37,6 +37,7 @@
#define rcmd your_rcmd
#include <u.h>
#include <time.h>
#include <libc.h>
#include <bio.h>
#include <mach.h>