Commit bc47a169 authored by Max Kellermann's avatar Max Kellermann

Merge tag 'v0.21.26' into master

release v0.21.26
parents 5130acf3 566787f0
...@@ -40,7 +40,7 @@ ver 0.22 (not yet released) ...@@ -40,7 +40,7 @@ ver 0.22 (not yet released)
* switch to C++17 * switch to C++17
- GCC 7 or clang 4 (or newer) recommended - GCC 7 or clang 4 (or newer) recommended
ver 0.21.26 (not yet released) ver 0.21.26 (2020/09/21)
* database * database
- inotify: obey ".mpdignore" files - inotify: obey ".mpdignore" files
* output * output
......
...@@ -34,12 +34,11 @@ ...@@ -34,12 +34,11 @@
#include <cdio/iso9660.h> #include <cdio/iso9660.h>
#include <array> #include <array>
#include <utility>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include <utility>
struct Iso9660 { struct Iso9660 {
iso9660_t *const iso; iso9660_t *const iso;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment