fix missing string.h in strftime.c (needed by new strftime code)
authorRich Felker <dalias@aerifal.cx>
Fri, 23 Aug 2013 12:11:43 +0000 (08:11 -0400)
committerRich Felker <dalias@aerifal.cx>
Fri, 23 Aug 2013 12:11:43 +0000 (08:11 -0400)
commit8b491f1499b8636efe8a99d940f0c87b9a3ba9ae
tree7e3e6d76cb01dbc9f69dc020c5731f02e3accd79
parent6fdaaf251d355ed5ce79a6998f40e00dab888e3e
fix missing string.h in strftime.c (needed by new strftime code)

this bug was masked by local experimental CFLAGS in my config.mak.
src/time/strftime.c