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, 2 insertions, 1 deletions
diff --git a/common/test_util.c b/common/test_util.c
index 659476fc17..fd8caba10a 100644
--- a/common/test_util.c
+++ b/common/test_util.c
@@ -11,7 +11,6 @@
#include <stdlib.h>
#endif
-#include <assert.h>
#include "console.h"
#include "hooks.h"
#include "host_command.h"
@@ -20,6 +19,8 @@
#include "test_util.h"
#include "util.h"
+#include <assert.h>
+
struct test_util_tag {
uint8_t error_count;
};