Skip to content

Commit e5a4cba

Browse files
committed
Fix ZRTP EmojiBase32 compilation error due to undefined uint8_t
GH-5
1 parent 17be536 commit e5a4cba

3 files changed

Lines changed: 30 additions & 0 deletions

File tree

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
--- pjsip/third_party/zsrtp/zrtp/zrtp/EmojiBase32.cpp.orig 2026-01-22 15:52:01.376662475 +0100
2+
+++ pjsip/third_party/zsrtp/zrtp/zrtp/EmojiBase32.cpp 2026-01-22 15:52:26.075802041 +0100
3+
@@ -2,6 +2,7 @@
4+
// Created by werner on 26.12.15.
5+
//
6+
#include <iostream>
7+
+#include <cstdint>
8+
// stdlib.h required for Android NDK builds, not included within the above includes
9+
#include <cstdlib>
10+
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
--- pjsip/third_party/zsrtp/zrtp/zrtp/EmojiBase32.cpp.orig 2026-01-22 15:52:01.376662475 +0100
2+
+++ pjsip/third_party/zsrtp/zrtp/zrtp/EmojiBase32.cpp 2026-01-22 15:52:26.075802041 +0100
3+
@@ -2,6 +2,7 @@
4+
// Created by werner on 26.12.15.
5+
//
6+
#include <iostream>
7+
+#include <cstdint>
8+
// stdlib.h required for Android NDK builds, not included within the above includes
9+
#include <cstdlib>
10+
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
--- pjsip/third_party/zsrtp/zrtp/zrtp/EmojiBase32.cpp.orig 2026-01-22 15:52:01.376662475 +0100
2+
+++ pjsip/third_party/zsrtp/zrtp/zrtp/EmojiBase32.cpp 2026-01-22 15:52:26.075802041 +0100
3+
@@ -2,6 +2,7 @@
4+
// Created by werner on 26.12.15.
5+
//
6+
#include <iostream>
7+
+#include <cstdint>
8+
// stdlib.h required for Android NDK builds, not included within the above includes
9+
#include <cstdlib>
10+

0 commit comments

Comments
 (0)