commit | 394608ee005472ee6496719ac0cde04b2534b737 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Tue Feb 17 16:01:07 2015 +0100 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Tue Feb 17 15:20:11 2015 +0000 |
tree | cdde688c0097b7fdee2b49948e15e342259e931f | |
parent | 01bb5f9a00692ab45a5bb53c15b0d63772206c51 [diff] [blame] |
Fix misplaced includes
diff --git a/library/camellia.c b/library/camellia.c index 72d902b..f765f1b 100644 --- a/library/camellia.c +++ b/library/camellia.c
@@ -36,8 +36,9 @@ #include "polarssl/camellia.h" -#if defined(POLARSSL_SELF_TEST) #include <string.h> + +#if defined(POLARSSL_SELF_TEST) #if defined(POLARSSL_PLATFORM_C) #include "polarssl/platform.h" #else