1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/graphics/graphopt/files/patch-src__classes__dotImporter.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

11 lines
221 B
C++

--- src/classes/dotImporter.cc.orig
+++ src/classes/dotImporter.cc
@@ -1,5 +1,6 @@
#include "dotImporter.h"
-#include <string.h>
+#include <cstdlib>
+#include <cstring>
#include <gtk/gtk.h>
#include "../interface.h"