summaryrefslogtreecommitdiff
path: root/test/always_memset.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/always_memset.c')
-rw-r--r--test/always_memset.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/always_memset.c b/test/always_memset.c
index eed15cab27..40a68d883b 100644
--- a/test/always_memset.c
+++ b/test/always_memset.c
@@ -10,11 +10,12 @@
* If optimization is disabled, the test_optimization_working test will fail.
*/
+#include <string.h>
+
#include "common.h"
-#include "cryptoc/util.h"
#include "test_util.h"
-#include <string.h>
+#include "cryptoc/util.h"
/* 256 bytes of stack is only safe enough for a memcpy. */
#define EXTRA_STACK_SIZE 256