mirror of
https://github.com/openwrt/telephony.git
synced 2025-12-21 17:04:36 +04:00
Bump sipp to 3.7.5 to handle CMake new requirement and add a fixup patch to fix Fortify Source headers usage. While at it renumber the patch to follow the pattern with 1xx number for downstream patch. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
11 lines
155 B
Diff
11 lines
155 B
Diff
--- a/src/screen.cpp
|
|
+++ b/src/screen.cpp
|
|
@@ -18,6 +18,7 @@
|
|
*/
|
|
|
|
#include <curses.h>
|
|
+#include <locale.h>
|
|
|
|
#include "screen.hpp"
|
|
#include "sipp.hpp"
|