mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 06:10:30 -04:00
- Add LICENSE - Add desktop entry file - Support staging PR: pors/184815 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
8 lines
207 B
C++
8 lines
207 B
C++
--- src/classes/visioExporter.cc.orig
|
|
+++ src/classes/visioExporter.cc
|
|
@@ -1,4 +1,5 @@
|
|
#include "visioExporter.h"
|
|
+#include <cstdlib>
|
|
|
|
|
|
visioExporter::visioExporter(char *what_file, nodes *what_nodes) {
|