opnsense-ports/audio/ncmpcpp/files/patch-src_mpdpp.h
Franco Fichtner 485f83f797 */*: sync with upstream
Taken from: FreeBSD
2015-11-16 07:24:08 +01:00

18 lines
296 B
C++

--- src/mpdpp.h.orig 2015-11-09 12:51:44 UTC
+++ src/mpdpp.h
@@ -23,6 +23,7 @@
#include <cassert>
#include <exception>
+#include <random>
#include <set>
#include <vector>
@@ -587,6 +588,7 @@ private:
int m_port;
int m_timeout;
std::string m_password;
+ std::mt19937 m_gen;
};
}