mirror of
https://github.com/glest/glest-source.git
synced 2025-08-22 07:52:51 +02:00
- bugfix to compile with libircclient 1.6 and beyond
This commit is contained in:
@@ -15,6 +15,11 @@
|
||||
#include "platform_common.h"
|
||||
#include "libircclient.h"
|
||||
|
||||
// upstream moved some defines into new headers as of 1.6
|
||||
#ifndef LIBIRCCLIENT_PRE1_6
|
||||
#include "libirc_rfcnumeric.h"
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdarg.h>
|
||||
#include <string.h>
|
||||
|
Reference in New Issue
Block a user