aboutsummaryrefslogtreecommitdiffstats
path: root/src/UpdateIO.cxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/UpdateIO.cxx (renamed from src/update_io.c)7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/update_io.c b/src/UpdateIO.cxx
index c6a540a0f..fefbc4d11 100644
--- a/src/update_io.c
+++ b/src/UpdateIO.cxx
@@ -18,11 +18,14 @@
*/
#include "config.h" /* must be first for large file support */
-#include "update_io.h"
-#include "mapper.h"
+#include "UpdateIO.hxx"
#include "directory.h"
#include "glib_compat.h"
+extern "C" {
+#include "mapper.h"
+}
+
#include <glib.h>
#include <errno.h>