diff options
Diffstat (limited to '')
-rw-r--r-- | src/Mapper.cxx (renamed from src/mapper.c) | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/mapper.c b/src/Mapper.cxx index 1f8a54b46..1dc91ed12 100644 --- a/src/mapper.c +++ b/src/Mapper.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 @@ -22,10 +22,13 @@ */ #include "config.h" -#include "mapper.h" +#include "Mapper.hxx" #include "directory.h" #include "song.h" + +extern "C" { #include "path.h" +} #include <glib.h> |