--- deps/ZRTPCPP/zrtp/ZRtp.cpp        2024-08-27 21:00:15.615166000 +0200
+++ pjsip/third_party/zsrtp/zrtp/zrtp/ZRtp.cpp   2024-08-27 21:09:06.630791500 +0200
@@ -19,6 +19,10 @@
  */
 #include <sstream>

+#ifndef uint
+#define uint unsigned int
+#endif
+
