missing include
[apps/madmutt.git] / lib-lib / list.h
index 2e13fca..2d6e228 100644 (file)
@@ -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;