aboutsummaryrefslogtreecommitdiff
path: root/src/ls.c
diff options
context:
space:
mode:
authorLaszlo Ashin <kodest@gmail.com>2008-12-31 13:00:33 +0100
committerLaszlo Ashin <kodest@gmail.com>2008-12-31 13:00:33 +0100
commita12b57e1e938e92b906c22ee132ce9d4f90e0124 (patch)
treed62622b779e0b14fbe6ee98cf80a0068deee077c /src/ls.c
parentdd0f8e42f386abda02490745a0f2365e9412da7b (diff)
ls.c: include config.h to have HAVE_CURL here
Diffstat (limited to 'src/ls.c')
-rw-r--r--src/ls.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ls.c b/src/ls.c
index 30eb3fd7..0c99866f 100644
--- a/src/ls.c
+++ b/src/ls.c
@@ -23,6 +23,7 @@
#include "log.h"
#include "list.h"
#include "stored_playlist.h"
+#include "config.h"
#include <string.h>