- build fix for poor distros who have a hard time with libircclient (now we just include this small lib in the source tree) so no longer required as an external lib

This commit is contained in:
Mark Vejvoda
2010-12-27 09:01:40 +00:00
parent b76cc89b60
commit 8d8afe78b5
873 changed files with 99837 additions and 95 deletions

View File

@@ -13,16 +13,7 @@
#include "ircclient.h"
#include "util.h"
#include "platform_common.h"
#ifndef WIN32
#ifndef _LIBIRCCLIENTLOCAL
#include <libircclient/libircclient.h>
#else
#include "libircclient.h"
#endif
#else
#include "libircclient.h"
#endif
#include <stdio.h>
#include <stdarg.h>