commit | af5c85fc1087d045641e3daa0634e75d367e4ae4 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Mon Apr 18 03:47:52 2011 +0000 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Mon Apr 18 03:47:52 2011 +0000 |
tree | 6f3711e7227540aebad7f9eaeceeae4e925c7f2e | |
parent | a493ad45397f38af9246e7ebf27aa67e201d10f6 [diff] [blame] |
- Improved portability with Microsoft Visual C
diff --git a/library/havege.c b/library/havege.c index d3981d9..499fe4f 100644 --- a/library/havege.c +++ b/library/havege.c
@@ -30,13 +30,13 @@ * Contact: seznec(at)irisa_dot_fr - orocheco(at)irisa_dot_fr */ -#include <string.h> -#include <time.h> - #include "polarssl/config.h" #if defined(POLARSSL_HAVEGE_C) +#include <string.h> +#include <time.h> + #include "polarssl/havege.h" #include "polarssl/timing.h"