mirror of
https://git.freebsd.org/ports.git
synced 2025-07-03 02:20:33 -04:00
10 lines
201 B
C++
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
|
|
{
|