cmd: Include <time.h> for time().

This commit is contained in:
Marcus Meissner 2008-01-21 23:38:09 +01:00 committed by Alexandre Julliard
parent af15cfefcd
commit 53f5d67364

View file

@ -26,6 +26,7 @@
*/
#include "config.h"
#include <time.h>
#include "wcmd.h"
#include "wine/debug.h"