summaryrefslogtreecommitdiff
path: root/cts/interrupt/dut.c
diff options
context:
space:
mode:
Diffstat (limited to 'cts/interrupt/dut.c')
-rw-r--r--cts/interrupt/dut.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/cts/interrupt/dut.c b/cts/interrupt/dut.c
index 15bba740f0..c2e0af0f81 100644
--- a/cts/interrupt/dut.c
+++ b/cts/interrupt/dut.c
@@ -3,6 +3,7 @@
* found in the LICENSE file.
*/
+#include <string.h>
#include "common.h"
#include "cts_common.h"
#include "gpio.h"
@@ -11,8 +12,6 @@
#include "timer.h"
#include "watchdog.h"
-#include <string.h>
-
static int got_interrupt;
static int wake_me_up;
static int state_index;