Pārlūkot izejas kodu

2008-02-10 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>

	Included <cstring> from common.h, to just avoid gcc4.3 
compilation
	error.
	* src/common.h
Tatsuhiro Tsujikawa 18 gadi atpakaļ
vecāks
revīzija
abeb8d5542
2 mainītis faili ar 8 papildinājumiem un 0 dzēšanām
  1. 6 0
      ChangeLog
  2. 2 0
      src/common.h

+ 6 - 0
ChangeLog

@@ -1,3 +1,9 @@
+2008-02-10  Tatsuhiro Tsujikawa  <tujikawa at rednoah dot com>
+
+	Included <cstring> from common.h, to just avoid gcc4.3 compilation
+	error.
+	* src/common.h
+
 2008-02-02  Tatsuhiro Tsujikawa  <tujikawa at rednoah dot com>
 
 	* po/Makefile.in: Removed since this is generated by configure.

+ 2 - 0
src/common.h

@@ -56,6 +56,8 @@
 #include <limits.h>
 #include <unistd.h>
 #include <stdlib.h>
+// TODO this should be included where only it is need.
+#include <cstring>
 #include <string>
 #include <deque>
 #include <algorithm>