ports/graphics/graphopt/files/patch-src_classes_dotImporter.cc
Mathieu Arnold 1a8a092d9f Rename all files containing a : in their filename.
While there, run make makepatch on affected ports, and rename patches
accordingly.

Sponsored by:	Absolight
2016-06-17 23:28:04 +00:00

11 lines
245 B
C++

--- src/classes/dotImporter.cc.orig 2003-03-20 07:37:55 UTC
+++ 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"