- bugfix to compile with libircclient 1.6 and beyond

This commit is contained in:
Mark Vejvoda
2012-01-23 20:36:15 +00:00
parent 0d880a8692
commit 84f06d3cbd
3 changed files with 37 additions and 8 deletions

View File

@@ -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>