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>
9 lines
226 B
C++
9 lines
226 B
C++
--- src/classes/nodes.cc.orig 2013-12-10 00:22:15.000000000 +0900
|
|
+++ src/classes/nodes.cc 2013-12-10 00:22:39.000000000 +0900
|
|
@@ -1,4 +1,5 @@
|
|
-#include <stdio.h>
|
|
+#include <cstdio>
|
|
+#include <cstdlib>
|
|
#include "nodes.h"
|
|
|
|
|