summaryrefslogtreecommitdiff
path: root/misc.h
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2007-08-15 01:55:01 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2007-08-15 01:55:01 +0000
commitbcf53396738893db18ae854f93e9f36ac659b28b (patch)
treef2030ee8624660e7921e391d2e2b2f687c3bf1f5 /misc.h
parent52c8201e056c136b6d178414e93754eb8e5f1d2c (diff)
downloadcryptopp-bcf53396738893db18ae854f93e9f36ac659b28b.tar.gz
fix compile for QNX
git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@389 57ff6487-cd31-0410-9ec3-f628ee90f5f0
Diffstat (limited to 'misc.h')
-rw-r--r--misc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc.h b/misc.h
index 2000f6b..e97e184 100644
--- a/misc.h
+++ b/misc.h
@@ -3,6 +3,7 @@
#include "cryptlib.h"
#include "smartptr.h"
+#include <string.h> // for memcpy and memmove
#ifdef _MSC_VER
#include <stdlib.h>