summaryrefslogtreecommitdiff
path: root/cad/freecad/files/patch-src_Base_TimeInfo.h
blob: a446e3d188aef049a47b5581e5883335b0d90103 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- ./src/Base/TimeInfo.h.orig	Sat Feb 24 11:44:54 2007
+++ ./src/Base/TimeInfo.h	Sun Apr 22 11:09:07 2007
@@ -28,8 +28,8 @@
 
 
 #include <stdio.h>
-#include <sys/timeb.h>
 #include <time.h>
+#include <sys/timeb.h>
 
 namespace Base
 {