- removed configurator from cmake file

- applied libircclient patch from forums 'the Chakra project'
This commit is contained in:
Mark Vejvoda
2012-04-11 18:58:38 +00:00
parent 22f43f4267
commit cd5bce3b91
2 changed files with 3 additions and 5 deletions

View File

@@ -13,11 +13,11 @@
#include "ircclient.h"
#include "util.h"
#include "platform_common.h"
#include "libircclient.h"
#include <libircclient.h>
// upstream moved some defines into new headers as of 1.6
#ifndef LIBIRCCLIENT_PRE1_6
#include "libirc_rfcnumeric.h"
#include <libirc_rfcnumeric.h>
#endif
#include <stdio.h>