- Update to 5.3.26 (no changelog). - Update to 5.3.7 (no changelog). OBS-URL: https://build.opensuse.org/request/show/1156855 OBS-URL: https://build.opensuse.org/package/show/network:telephony/lime?expand=0&rev=52
26 lines
711 B
Diff
26 lines
711 B
Diff
Index: lime-5.3.7/src/lime_double_ratchet.cpp
|
|
===================================================================
|
|
--- lime-5.3.7.orig/src/lime_double_ratchet.cpp
|
|
+++ lime-5.3.7/src/lime_double_ratchet.cpp
|
|
@@ -25,6 +25,7 @@
|
|
#include "bctoolbox/exception.hh"
|
|
|
|
#include <algorithm> //copy_n
|
|
+#include <cstdint>
|
|
|
|
|
|
using namespace::std;
|
|
Index: lime-5.3.7/src/lime_settings.hpp
|
|
===================================================================
|
|
--- lime-5.3.7.orig/src/lime_settings.hpp
|
|
+++ lime-5.3.7/src/lime_settings.hpp
|
|
@@ -21,6 +21,8 @@
|
|
#define lime_settings_hpp
|
|
|
|
|
|
+#include <cstdint>
|
|
+
|
|
namespace lime {
|
|
/** @brief Hold constants definition used as settings in all components of the lime library
|
|
*
|