aboutsummaryrefslogtreecommitdiff
path: root/contrib/list_example.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/list_example.c')
-rw-r--r--contrib/list_example.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/list_example.c b/contrib/list_example.c
index 4fcfcdf..1f28dc2 100644
--- a/contrib/list_example.c
+++ b/contrib/list_example.c
@@ -12,7 +12,7 @@
#include <assert.h>
#include <helper/list.h>
-static LIST_HEAD(threads);
+static OOCD_LIST_HEAD(threads);
struct thread {
int id;