missing include
authorPierre Habouzit <madcoder@debian.org>
Thu, 2 Nov 2006 21:17:53 +0000 (22:17 +0100)
committerPierre Habouzit <madcoder@debian.org>
Thu, 2 Nov 2006 21:17:53 +0000 (22:17 +0100)
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;