aboutsummaryrefslogtreecommitdiffstats
path: root/src/cipher/arc4/arc4.h
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-11-08 19:22:39 +0000
committerlloyd <[email protected]>2008-11-08 19:22:39 +0000
commit8f86d41613db588e4912fd23a61f7c6b3947e32a (patch)
treea73ec2d231700f6ac6063e07c94a37af7b81b941 /src/cipher/arc4/arc4.h
parente021640afb43a70d2950a8cce3d71f0b7dade777 (diff)
Move declaration of StreamCipher to stream_cipher.h
Diffstat (limited to 'src/cipher/arc4/arc4.h')
-rw-r--r--src/cipher/arc4/arc4.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cipher/arc4/arc4.h b/src/cipher/arc4/arc4.h
index c99691484..0976ce7ea 100644
--- a/src/cipher/arc4/arc4.h
+++ b/src/cipher/arc4/arc4.h
@@ -6,7 +6,8 @@
#ifndef BOTAN_ARC4_H__
#define BOTAN_ARC4_H__
-#include <botan/base.h>
+#include <botan/stream_cipher.h>
+#include <botan/types.h>
namespace Botan {