Fix ConfigTest.cpp and cert.cpp so they compile

This was broken since ZNCDebug.cpp was introduced
This commit is contained in:
Kyle Fuller
2011-04-04 19:16:05 +01:00
parent ea5ec8496c
commit 5cf5775bbc
3 changed files with 4 additions and 1 deletions
+1
View File
@@ -8,6 +8,7 @@
#define REQUIRESSL
#include "FileUtils.h"
#include "User.h"
#include "Modules.h"
#include "IRCSock.h"
+2
View File
@@ -6,6 +6,8 @@
* by the Free Software Foundation.
*/
#include "ZNCDebug.h"
#include "FileUtils.h"
#include "Config.h"
#include <cstdlib>
+1 -1
View File
@@ -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)" ""