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

11 lines
263 B
C++

--- src/Network/garmin.cxx.orig 2012-04-29 11:43:22.790235105 +0300
+++ src/Network/garmin.cxx 2012-04-29 11:43:38.200345541 +0300
@@ -25,6 +25,7 @@
#endif
#include <iostream>
+#include <cstdlib>
#include <cstring>
#include <simgear/debug/logstream.hxx>