diff util.c @ 468:607bd4491e79

Fix win32 build.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 26 May 2012 07:07:03 +0300
parents 796508f828f6
children ad7ddce47878
line wrap: on
line diff
--- a/util.c	Sat May 26 06:58:49 2012 +0300
+++ b/util.c	Sat May 26 07:07:03 2012 +0300
@@ -4,6 +4,7 @@
  * (C) Copyright 2008-2012 Tecnic Software productions (TNSP)
  */
 #include "util.h"
+#include <time.h>
 
 
 BOOL str_get_timestamp(char *str, size_t len, const char *fmt)