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

11 lines
309 B
C++

--- src/Network/ATC-Outputs.cxx.orig 2012-04-29 01:16:36.569235929 +0300
+++ src/Network/ATC-Outputs.cxx 2012-04-29 01:16:53.428236074 +0300
@@ -31,6 +31,7 @@
# include <sys/types.h>
# include <sys/stat.h>
# include <fcntl.h>
+# include <stdlib.h>
# include <unistd.h>
# include <ostream>
#endif