Fixed the include of utime.h. (I should read the mails from others more exactly.)

svn path=/trunk/; revision=12260
This commit is contained in:
Hartmut Birr 2004-12-20 21:50:41 +00:00
parent b41e30eb6d
commit a736766cac

View file

@ -2,10 +2,10 @@
#include <string.h>
#include <stdlib.h>
#include <sys/stat.h>
#include <utime.h>
#ifdef WIN32
#include <io.h>
#include <dos.h>
#include <utime.h>
#else
#include <sys/io.h>
#include <errno.h>