freebsd-ports/graphics/graphopt/files/patch-src__classes__optFileWriter.cc
Pawel Pekala d70ee3fa27 - Fix build with clang
- Add LICENSE
- Add desktop entry file
- Support staging

PR:		pors/184815
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-12-19 14:14:28 +00:00

8 lines
207 B
C++

--- src/classes/optFileWriter.cc.orig
+++ src/classes/optFileWriter.cc
@@ -1,4 +1,5 @@
#include "optFileWriter.h"
+#include <cstdlib>
optFileWriter::optFileWriter(char *what_file, nodes *what_nodes) {