aboutsummaryrefslogtreecommitdiffstats
path: root/src/song_sort.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/SongSort.cxx (renamed from src/song_sort.c)9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/song_sort.c b/src/SongSort.cxx
index 397d2c7a9..8728614e0 100644
--- a/src/song_sort.c
+++ b/src/SongSort.cxx
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003-2012 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,12 +18,15 @@
*/
#include "config.h"
-#include "song_sort.h"
+#include "SongSort.hxx"
#include "song.h"
#include "util/list.h"
-#include "util/list_sort.h"
#include "tag.h"
+extern "C" {
+#include "util/list_sort.h"
+}
+
#include <glib.h>
#include <assert.h>