]> Cypherpunks repositories - gostls13.git/commitdiff
add #include for time and ctime
authorRuss Cox <rsc@golang.org>
Thu, 20 Aug 2009 23:06:06 +0000 (16:06 -0700)
committerRuss Cox <rsc@golang.org>
Thu, 20 Aug 2009 23:06:06 +0000 (16:06 -0700)
R=r
DELTA=1  (1 added, 0 deleted, 0 changed)
OCL=33615
CL=33617

src/cmd/ar/ar.c

index a9e16bcc0041ee55237e8021f797ec5da56155af..77176b13ada9840f21c884fa2a28424cf49cdf40 100644 (file)
@@ -37,6 +37,7 @@
 #define rcmd your_rcmd
 
 #include <u.h>
+#include <time.h>
 #include <libc.h>
 #include <bio.h>
 #include <mach.h>