Files
telephony/net/sipp/patches/100-locale-include.patch
Christian Marangi fdc05d4246 sipp: bump to 3.7.5 and add fixup for Fortify Source headers
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>
2025-11-09 21:28:14 +01:00

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"