summaryrefslogtreecommitdiff
path: root/auto_tests/overflow_sendq_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'auto_tests/overflow_sendq_test.c')
-rw-r--r--auto_tests/overflow_sendq_test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/auto_tests/overflow_sendq_test.c b/auto_tests/overflow_sendq_test.c
index 0bdc6073..ce132d63 100644
--- a/auto_tests/overflow_sendq_test.c
+++ b/auto_tests/overflow_sendq_test.c
@@ -9,6 +9,7 @@
9 9
10typedef struct State { 10typedef struct State {
11 uint32_t index; 11 uint32_t index;
12 uint64_t clock;
12} State; 13} State;
13 14
14#include "run_auto_test.h" 15#include "run_auto_test.h"