Include irc.h in struct.h for required macros and typedefs

This fixes building the acro plugin.
This commit is contained in:
Kevin Easton
2017-07-08 21:32:42 +10:00
parent 2d0b3e728f
commit a8e33b5efd
2 changed files with 317 additions and 316 deletions

View File

@@ -14,6 +14,7 @@
#include <windows.h>
#endif
#include "irc.h"
#include "hash.h"
#include "config.h"
#include "ssl.h"