Use free Windows DDK and compile with latest MinGW releases.
[reactos.git] / reactos / lib / msvcrt / time / difftime.c
index 87f4005..565b56d 100644 (file)
@@ -1,5 +1,6 @@
 /* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */
-#include <msvcrt/time.h>
+#include <msvcrti.h>
+
 
 double
 difftime(time_t time1, time_t time0)