ports/math/spot/files/patch-spot_misc_tmpfile.cc
Mark Linimon d9fad62b36 Fix build with GCC-based architectures.
PR:		231939
Submitted by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
2018-10-28 13:44:02 +00:00

10 lines
201 B
C++

--- spot/misc/tmpfile.cc.orig 2018-10-04 12:40:02 UTC
+++ spot/misc/tmpfile.cc
@@ -23,6 +23,7 @@
#include <cstdlib>
#include <unistd.h>
#include <string.h>
+#include <stdlib.h>
namespace spot
{