include time.h instead of sys/time.h
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Sun, 21 Dec 2008 18:01:57 +0000 (18:01 +0000)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Sun, 21 Dec 2008 18:01:57 +0000 (18:01 +0000)
svn path=/trunk/; revision=38240

rosapps/applications/cmdutils/touch/touch.c

index 128c1f0..80a99c4 100644 (file)
@@ -44,7 +44,7 @@ char copyright[] =
 
 #include <sys/types.h>
 #include <sys/stat.h>
-#include <sys/time.h>
+#include <time.h>
 
 //#ifdef __STDC__
 //#error "__STDC__ defined"