From 322c63cd05c44fca5d44df785257a4bc5693dbec Mon Sep 17 00:00:00 2001 From: Kyle Fuller Date: Sun, 3 Apr 2011 20:03:37 +0100 Subject: [PATCH] Include signal.h to make znc compile again --- main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/main.cpp b/main.cpp index 6b2d0bca..381c7e8c 100644 --- a/main.cpp +++ b/main.cpp @@ -9,6 +9,7 @@ #include "znc.h" #include "FileUtils.h" #include +#include #ifdef HAVE_GETOPT_LONG #include