You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

23 lines
694 B

Index: src/CegoAdmAction.cc
--- src/CegoAdmAction.cc.orig 2019-11-24 13:54:13.000000000 +0100
+++ src/CegoAdmAction.cc 2020-01-27 20:06:09.104499000 +0100
@@ -18,6 +18,8 @@
//
///////////////////////////////////////////////////////////////////////////////
+#include <cstring>
+
#include <lfcbase/Tokenizer.h>
#include <lfcbase/Host.h>
#include <lfcbase/Datetime.h>
Index: src/CegoNet.cc
--- src/CegoNet.cc.orig 2019-05-16 16:12:04.000000000 +0200
+++ src/CegoNet.cc 2020-01-27 20:03:59.473902000 +0100
@@ -19,6 +19,7 @@
///////////////////////////////////////////////////////////////////////////////
// POSIX INCLUDES
+#include <stdlib.h>
#include <locale.h>
#include <stdlib.h>