freebsd-ports/games/jfk/files/patch-src__client__objects_c.cc
William Grzybowski c4cbfa3b76 games/jfk: fix build with clang
PR:		ports/184244
Submitted by:	KATO Tsuguru <tkato432 yahoo.com>
2013-11-30 11:08:26 +00:00

10 lines
187 B
C++

--- src/client/objects_c.cc.orig
+++ src/client/objects_c.cc
@@ -21,6 +21,7 @@
*/
#include <cmath>
+#include <cstdlib>
#include <string>
#include "objects_c.h"
#include "level.h"