aboutsummaryrefslogtreecommitdiff
path: root/src/sllist.h
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2006-07-30 08:56:55 +0000
committerEric Wong <normalperson@yhbt.net>2006-07-30 08:56:55 +0000
commita80168a15b7514d58c7af2dc6d7a2b44a4791108 (patch)
treeb3b13d47cbfbef3cd6202de401839fc800f60e3e /src/sllist.h
parente86fd65c81be319c8f4848d42053084ceab9afc8 (diff)
gcc signedness and sparse fixes
git-svn-id: https://svn.musicpd.org/mpd/trunk@4489 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/sllist.h')
-rw-r--r--src/sllist.h2
1 files changed, 2 insertions, 0 deletions
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 <stddef.h>
+
/* just free the entire structure if it's free-able, the 'data' member
* should _NEVER_ be explicitly freed
*