diff options
Diffstat (limited to '')
-rw-r--r-- | src/Main.cxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/Main.cxx b/src/Main.cxx index 360204155..6857970cf 100644 --- a/src/Main.cxx +++ b/src/Main.cxx @@ -62,10 +62,7 @@ #include "ConfigData.hxx" #include "ConfigDefaults.hxx" #include "ConfigOption.hxx" - -extern "C" { -#include "stats.h" -} +#include "Stats.hxx" #ifdef ENABLE_INOTIFY #include "InotifyUpdate.hxx" |