From a80168a15b7514d58c7af2dc6d7a2b44a4791108 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 30 Jul 2006 08:56:55 +0000 Subject: gcc signedness and sparse fixes git-svn-id: https://svn.musicpd.org/mpd/trunk@4489 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/sllist.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/sllist.h') diff --git a/src/sllist.h b/src/sllist.h index 1733e955..4029f16a 100644 --- a/src/sllist.h +++ b/src/sllist.h @@ -3,6 +3,8 @@ #ifndef SLLIST_H #define SLLIST_H +#include + /* just free the entire structure if it's free-able, the 'data' member * should _NEVER_ be explicitly freed * -- cgit v1.2.3