mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 21:30:31 -04:00
- Add LICENSE - Add desktop entry file - Support staging PR: pors/184815 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
10 lines
221 B
C++
10 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"
|
|
|