telephony/net/sipp/patches/01-locale-include.patch
Sebastian Kemper 96b87978a4 sipp: bump to 3.6.1
Upstream dropped autotools support, so this converts the build to use
cmake. Adds a simple include fix as well as a fix for older c++
compilers (the latter is a patch from upstream).

Support for pcaps is now also compiled in, to follow what upstream
considers a "common" build.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2020-10-12 09:53:35 +02:00

10 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"