aboutsummaryrefslogtreecommitdiff
path: root/src/helper/list.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/helper/list.h')
-rw-r--r--src/helper/list.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/helper/list.h b/src/helper/list.h
index eb8858e..47290c2 100644
--- a/src/helper/list.h
+++ b/src/helper/list.h
@@ -35,7 +35,7 @@
/* begin OpenOCD changes */
-#include <helper/types.h>
+#include <stddef.h>
struct list_head {
struct list_head *next;