include time.h instead of sys/time.h
[reactos.git] / 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"