mirror of
https://github.com/vgough/encfs.git
synced 2024-11-21 23:43:26 +01:00
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:
parent
e1d997fb9e
commit
5cc7397e42
@ -31,6 +31,8 @@
|
||||
#include <sys/fsuid.h>
|
||||
#endif
|
||||
|
||||
#include <cstring>
|
||||
|
||||
#include "Context.h"
|
||||
#include "Cipher.h"
|
||||
#include "Mutex.h"
|
||||
|
@ -28,6 +28,8 @@
|
||||
#include <sys/fsuid.h>
|
||||
#endif
|
||||
|
||||
#include <cstring>
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include "FileNode.h"
|
||||
|
@ -22,6 +22,7 @@
|
||||
#include <rlog/Error.h>
|
||||
|
||||
#include <map>
|
||||
#include <cstring>
|
||||
|
||||
// for static build. Need to reference the modules which are registered at
|
||||
// run-time, to ensure that the linker doesn't optimize them away.
|
||||
|
@ -20,6 +20,8 @@
|
||||
#include "Cipher.h"
|
||||
#include "base64.h"
|
||||
|
||||
#include <cstring>
|
||||
|
||||
using namespace rel;
|
||||
using boost::shared_ptr;
|
||||
|
||||
|
@ -24,6 +24,7 @@
|
||||
#include <rlog/Error.h>
|
||||
|
||||
#include "i18n.h"
|
||||
#include <cstring>
|
||||
|
||||
using namespace rel;
|
||||
using namespace std;
|
||||
|
Loading…
Reference in New Issue
Block a user