mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
d70ee3fa27
- Add LICENSE - Add desktop entry file - Support staging PR: pors/184815 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
11 lines
221 B
C++
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"
|
|
|