freebsd-ports/cad/freecad/files/patch-src_Base_TimeInfo.h
Thierry Thomas 15cbed5e11 FreeCAD is an OpenSource CAD/CAE, based on OpenCasCade, QT and Python.
It features some key concepts like macro recording, workbenches, ability to run
as a server and dynamically loadable application extensions and it is designed
to be platform independent.

Warning: FreeCAD is still in ALPHA state and not in shape for end user usage!

<http://juergen-riegel.net/FreeCAD/Docu/>

Suggested by:	Pedro F. Giffuni <giffunip (at) yahoo.com>
2007-05-26 19:26:10 +00:00

12 lines
246 B
C++

--- ./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
{