提交 f06c66a8 编写于 作者: J Jochen Sprickerhof

[dsync] Add missing string.h for strlen

上级 10119163
......@@ -12,6 +12,7 @@
#include <stdlib.h>
#include <sys/stat.h>
#include <dsync/error.h>
#include <string.h>
// SimplifyPath - Short function to remove relative path components /*{{{*/
// ---------------------------------------------------------------------
......
......@@ -28,6 +28,7 @@
#include <signal.h>
#include <wait.h>
#include <errno.h>
#include <string.h>
#include <iostream>
using namespace std;
......
......@@ -28,6 +28,7 @@
#endif
#include <string>
#include <string.h>
using namespace std;
class MD5Summation;
......
......@@ -33,6 +33,7 @@
#include <sys/stat.h>
#include <unistd.h>
#include <fcntl.h>
#include <string.h>
/*}}}*/
// MMap::MMap - Constructor /*{{{*/
......
......@@ -24,6 +24,7 @@
#include <string>
#include <vector>
#include <time.h>
#include <string.h>
using namespace std;
......
......@@ -23,6 +23,7 @@
#include <dsync/error.h>
#include <fnmatch.h>
#include <string.h>
using namespace std;
/*}}}*/
......
......@@ -22,6 +22,7 @@
#include <time.h>
#include <stdio.h>
#include <string.h>
#include <iostream>
using namespace std;
/*}}}*/
......
......@@ -16,6 +16,7 @@
#include <dsync/filelistdb.h>
#include <dsync/error.h>
#include <string.h>
/*}}}*/
// FileListDB::dsFileListDB - Constructor /*{{{*/
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册