opnsense-ports/graphics/graphopt/files/patch-src_classes_optFileWriter.cc
Franco Fichtner 9fdde0e25a */*: sync with upstream
Taken from: FreeBSD
2016-01-29 06:17:22 +01:00

9 lines
251 B
C++

--- src/classes/optFileWriter.cc.orig 2003-01-25 05:17:43 UTC
+++ src/classes/optFileWriter.cc
@@ -1,4 +1,6 @@
#include "optFileWriter.h"
+#include <cstdlib>
+#include <cstring>
optFileWriter::optFileWriter(char *what_file, nodes *what_nodes) {