From 03113da787fb1617a9c460b9ce012c9efe3c7838 Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Tue, 15 Apr 2025 01:53:37 -0600 Subject: libmisc: Tidy linkedlist.h --- libmisc/linkedlist.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'libmisc/linkedlist.c') diff --git a/libmisc/linkedlist.c b/libmisc/linkedlist.c index 5fe0977..941702f 100644 --- a/libmisc/linkedlist.c +++ b/libmisc/linkedlist.c @@ -1,4 +1,4 @@ -/* libmisc/linkedlist.c - Singly- and doubly- linked lists +/* libmisc/linkedlist.c - Intrusive singly- and doubly- linked lists * * Copyright (C) 2024-2025 Luke T. Shumaker * SPDX-License-Identifier: AGPL-3.0-or-later @@ -6,6 +6,8 @@ #include /* for NULL */ +#include + #include /* singly linked list *********************************************************/ -- cgit v1.2.3-2-g168b