mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
fe6bee82ec
- Move to ${X11BASE}
11 lines
308 B
C++
11 lines
308 B
C++
--- src/Airports/simple.hxx.orig Sun Nov 20 18:54:27 2005
|
|
+++ src/Airports/simple.hxx Sun Nov 20 18:54:43 2005
|
|
@@ -36,6 +36,7 @@
|
|
#ifdef HAVE_CONFIG_H
|
|
# include <config.h>
|
|
#endif
|
|
+#include <time.h>
|
|
#include <simgear/math/point3d.hxx>
|
|
#include <simgear/route/waypoint.hxx>
|
|
#include <simgear/compiler.h>
|