opnsense-ports/graphics/graphopt/files/patch-src_classes_visioExporter.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/visioExporter.cc.orig 2003-04-16 02:55:39 UTC
+++ src/classes/visioExporter.cc
@@ -1,4 +1,6 @@
#include "visioExporter.h"
+#include <cstdlib>
+#include <cstring>
visioExporter::visioExporter(char *what_file, nodes *what_nodes) {