mirror of
https://github.com/znc/znc.git
synced 2026-08-06 00:43:19 +02:00
Fix ConfigTest.cpp and cert.cpp so they compile
This was broken since ZNCDebug.cpp was introduced
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
|
||||
#define REQUIRESSL
|
||||
|
||||
#include "FileUtils.h"
|
||||
#include "User.h"
|
||||
#include "Modules.h"
|
||||
#include "IRCSock.h"
|
||||
|
||||
@@ -6,6 +6,8 @@
|
||||
* by the Free Software Foundation.
|
||||
*/
|
||||
|
||||
#include "ZNCDebug.h"
|
||||
#include "FileUtils.h"
|
||||
#include "Config.h"
|
||||
#include <cstdlib>
|
||||
|
||||
|
||||
+1
-1
@@ -11,7 +11,7 @@ LIBS := @LIBS@
|
||||
|
||||
TARGETS := ConfigTest
|
||||
OBJS := $(addsuffix .o, $(TARGETS))
|
||||
ZNC_OBJS := Config.o FileUtils.o Utils.o ZNCString.o MD5.o SHA256.o
|
||||
ZNC_OBJS := Config.o ZNCDebug.o FileUtils.o Utils.o ZNCString.o MD5.o SHA256.o
|
||||
ZNC_OBJS := $(addprefix ../, $(ZNC_OBJS))
|
||||
|
||||
ifneq "$(V)" ""
|
||||
|
||||
Reference in New Issue
Block a user