mirror of
https://github.com/glest/glest-source.git
synced 2025-09-26 23:49:03 +02:00
- 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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user