From 871a94fc21c9d349bb0fe8851e0f2e3a07527ed5 Mon Sep 17 00:00:00 2001 From: Pierre Habouzit Date: Thu, 2 Nov 2006 22:17:53 +0100 Subject: [PATCH] missing include --- lib-lib/list.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib-lib/list.h b/lib-lib/list.h index 2e13fca..2d6e228 100644 --- a/lib-lib/list.h +++ b/lib-lib/list.h @@ -25,6 +25,8 @@ #ifndef MUTT_LIB_LIB_LIST_H #define MUTT_LIB_LIB_LIST_H +#include "str.h" + typedef struct list_t { char *data; struct list_t *next; -- 2.20.1