From 38c6c978a9110256eef46c3c045af13c6bf5123f Mon Sep 17 00:00:00 2001 From: Bruno Raoult Date: Sun, 16 Jan 2022 21:02:16 +0100 Subject: [PATCH] list.h: updated from advent of code repo --- c/list.h | 1 + 1 file changed, 1 insertion(+) diff --git a/c/list.h b/c/list.h index d005caf..9003145 100644 --- a/c/list.h +++ b/c/list.h @@ -4,6 +4,7 @@ * Main change is that I don't use READ_ONCE and WRITE_ONCE * See https://www.kernel.org/doc/Documentation/memory-barriers.txt */ + #ifndef __BR_LIST_H #define __BR_LIST_H