OSDN Git Service

コンパイラがmemsetを見つけられない問題を修正(string.hをインクルード)
author6638678 <6638678@1ed66053-1c2d-0410-8867-f7571e6e31d3>
Fri, 23 Apr 2010 06:23:25 +0000 (06:23 +0000)
committer6638678 <6638678@1ed66053-1c2d-0410-8867-f7571e6e31d3>
Fri, 23 Apr 2010 06:23:25 +0000 (06:23 +0000)
git-svn-id: http://10.144.169.20/repos/um/branches/l7vsd-3.x-ramiel-epoll-cond@10054 1ed66053-1c2d-0410-8867-f7571e6e31d3

l7vsd/src/strict_time_based_rolling_policy.cpp

index 0636262..da25317 100644 (file)
@@ -34,6 +34,7 @@
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <unistd.h>
+#include <string.h>
 
 using namespace l7vs;
 using namespace log4cxx;