aboutsummaryrefslogtreecommitdiffstats
path: root/src/ls.cxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/ls.cxx (renamed from src/ls.c)5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/ls.c b/src/ls.cxx
index 90e5fc66e..00edb2bb5 100644
--- a/src/ls.c
+++ b/src/ls.cxx
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003-2011 The Music Player Daemon Project
+ * Copyright (C) 2003-2013 The Music Player Daemon Project
* http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
@@ -18,9 +18,12 @@
*/
#include "config.h"
+
+extern "C" {
#include "ls.h"
#include "uri.h"
#include "client.h"
+}
#include <glib.h>