freebsd-ports/games/flightgear/files/patch-src-Network-AV400Sim.cxx
Ganael LAPLANCHE 670adacef4 Fix build with gcc46+
Submitted by:	avg
2012-05-02 09:16:04 +00:00

11 lines
269 B
C++

--- src/Network/AV400Sim.cxx.orig 2012-04-29 01:21:53.059237359 +0300
+++ src/Network/AV400Sim.cxx 2012-04-29 01:22:08.308236000 +0300
@@ -29,6 +29,7 @@
# include "config.h"
#endif
+#include <cstdlib>
#include <cstring>
#include <simgear/debug/logstream.hxx>