From aa76e8263d5aaa12a19b1c351ac8ec8f0e7a9002 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 15 Jun 2010 12:01:09 +0200 Subject: lib/crypto: only include what is needed. Guenther --- lib/crypto/arcfour.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/crypto/arcfour.h') diff --git a/lib/crypto/arcfour.h b/lib/crypto/arcfour.h index 501b3f2fab..a9f80c474d 100644 --- a/lib/crypto/arcfour.h +++ b/lib/crypto/arcfour.h @@ -1,6 +1,8 @@ #ifndef ARCFOUR_HEADER_H #define ARCFOUR_HEADER_H +#include "../lib/util/data_blob.h" + struct arcfour_state { uint8_t sbox[256]; uint8_t index_i; -- cgit