aboutsummaryrefslogtreecommitdiff
path: root/src/list.h
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2004-03-18 03:29:25 +0000
committerWarren Dukes <warren.dukes@gmail.com>2004-03-18 03:29:25 +0000
commit91450723b277fc8fa2d4bcfecb762c30ab7bfb21 (patch)
tree86a99e6b11b10bcb0f6407593f2a72ccbf46492d /src/list.h
parent02346f2f1a82fd76dad6e4f01a51a655f9677541 (diff)
bunch of autotool cleanups
git-svn-id: https://svn.musicpd.org/mpd/trunk@271 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/list.h')
-rw-r--r--src/list.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/list.h b/src/list.h
index 8a38ba4f..4ae32160 100644
--- a/src/list.h
+++ b/src/list.h
@@ -20,6 +20,8 @@
#ifndef LIST_H
#define LIST_H
+#include "../config.h"
+
#include <stdlib.h>
/* used to make a list where free() will be used to free data in list */