aboutsummaryrefslogtreecommitdiffstats
path: root/src/ClientGlobal.cxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/ClientGlobal.cxx (renamed from src/client_global.c)7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/client_global.c b/src/ClientGlobal.cxx
index adf3b2f9e..e51eeb949 100644
--- a/src/client_global.c
+++ b/src/ClientGlobal.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,8 +18,11 @@
*/
#include "config.h"
-#include "client_internal.h"
+#include "ClientInternal.hxx"
+
+extern "C" {
#include "conf.h"
+}
#include <assert.h>