diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/ls.cxx (renamed from src/ls.c) | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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> |