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

11 lines
261 B
C++

--- src/Network/nmea.cxx.orig 2012-04-29 11:44:11.629236922 +0300
+++ src/Network/nmea.cxx 2012-04-29 11:44:22.384235831 +0300
@@ -24,6 +24,7 @@
# include "config.h"
#endif
+#include <cstdlib>
#include <cstring>
#include <simgear/debug/logstream.hxx>