diff options
Diffstat (limited to 'audio/ncmpcpp/files/patch-src_helpers.cpp')
-rw-r--r-- | audio/ncmpcpp/files/patch-src_helpers.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/audio/ncmpcpp/files/patch-src_helpers.cpp b/audio/ncmpcpp/files/patch-src_helpers.cpp new file mode 100644 index 000000000000..cc2045b8f1bb --- /dev/null +++ b/audio/ncmpcpp/files/patch-src_helpers.cpp @@ -0,0 +1,10 @@ +--- src/helpers.cpp.orig 2015-11-04 20:01:29 UTC ++++ src/helpers.cpp +@@ -26,6 +26,7 @@ + #include "playlist.h" + #include "statusbar.h" + #include "utility/functional.h" ++#include "format_impl.h" + + const MPD::Song *currentSong(const BaseScreen *screen) + { |