summaryrefslogtreecommitdiff
path: root/devel/gcvs/files/patch-cvstree__CvsLog.h
blob: 55fe8f0dc540ba23f1e9ee8cd74eac5cad817034 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- cvstree/CvsLog.h.orig	2002-06-16 02:49:37.000000000 +0900
+++ cvstree/CvsLog.h	2012-11-06 16:19:38.000000000 +0900
@@ -26,8 +26,9 @@
 #endif /* WIN32 */
 
 #include <vector>
-#include <time.h>
-#include <stdio.h>
+#include <ctime>
+#include <cstdio>
+#include <cstring>
 
 #if defined(_MSC_VER) && _MSC_VER < 0x514 // VC7
 #	include <iostream.h>