include cstring in several files, patch by A.Klitzing

git-svn-id: http://encfs.googlecode.com/svn/trunk@26 db9cf616-1c43-0410-9cb8-a902689de0d6
This commit is contained in:
Valient Gough 2008-05-15 17:03:30 +00:00
parent e1d997fb9e
commit 5cc7397e42
5 changed files with 8 additions and 0 deletions

View File

@ -31,6 +31,8 @@
#include <sys/fsuid.h> #include <sys/fsuid.h>
#endif #endif
#include <cstring>
#include "Context.h" #include "Context.h"
#include "Cipher.h" #include "Cipher.h"
#include "Mutex.h" #include "Mutex.h"

View File

@ -28,6 +28,8 @@
#include <sys/fsuid.h> #include <sys/fsuid.h>
#endif #endif
#include <cstring>
#include "config.h" #include "config.h"
#include "FileNode.h" #include "FileNode.h"

View File

@ -22,6 +22,7 @@
#include <rlog/Error.h> #include <rlog/Error.h>
#include <map> #include <map>
#include <cstring>
// for static build. Need to reference the modules which are registered at // for static build. Need to reference the modules which are registered at
// run-time, to ensure that the linker doesn't optimize them away. // run-time, to ensure that the linker doesn't optimize them away.

View File

@ -20,6 +20,8 @@
#include "Cipher.h" #include "Cipher.h"
#include "base64.h" #include "base64.h"
#include <cstring>
using namespace rel; using namespace rel;
using boost::shared_ptr; using boost::shared_ptr;

View File

@ -24,6 +24,7 @@
#include <rlog/Error.h> #include <rlog/Error.h>
#include "i18n.h" #include "i18n.h"
#include <cstring>
using namespace rel; using namespace rel;
using namespace std; using namespace std;