[BROWSEUI]
[reactos.git] / dll / cpl / timedate / clock.c
index b9eaf29..d435950 100644 (file)
@@ -9,7 +9,9 @@
 
 /* Code based on clock.c from Programming Windows, Charles Petzold */
 
-#include <timedate.h>
+#include "timedate.h"
+
+#include <math.h>
 
 typedef struct _CLOCKDATA
 {