Included <cstring> from common.h, to just avoid gcc4.3 compilation error. * src/common.h
@@ -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.
@@ -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>