freebsd-ports/audio/ncmpcpp/files/patch-src_mpdpp.h
Mathieu Arnold 9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00

18 lines
296 B
C++

--- src/mpdpp.h.orig 2016-04-17 05:41:01 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;
};
}