diff -Nur spiconv-0.0.7-bak/emul.c spiconv-0.0.7/emul.c --- spiconv-0.0.7-bak/emul.c Tue Mar 20 17:45:20 2001 +++ spiconv-0.0.7/emul.c Sat Feb 9 22:16:57 2002 @@ -10,6 +10,8 @@ #include #include #include +#include +#include #ifdef HAVE_UNISTD_H #include #endif @@ -645,7 +647,7 @@ kernel32_GetSystemTime(kernel32_systime_t *t) { struct timeval tv; - struct tm *tm; + struct tm *tm; DBPRINT(2, ("WARNING: KERNEL32.GetSystemTime arg=%p\n", t));