summaryrefslogtreecommitdiff
path: root/common/test_util.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/test_util.c')
-rw-r--r--common/test_util.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/common/test_util.c b/common/test_util.c
index fd8caba10a..659476fc17 100644
--- a/common/test_util.c
+++ b/common/test_util.c
@@ -11,6 +11,7 @@
#include <stdlib.h>
#endif
+#include <assert.h>
#include "console.h"
#include "hooks.h"
#include "host_command.h"
@@ -19,8 +20,6 @@
#include "test_util.h"
#include "util.h"
-#include <assert.h>
-
struct test_util_tag {
uint8_t error_count;
};