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>
10 lines
155 B
Diff
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"
|