1
0
mirror of https://github.com/moparisthebest/hexchat synced 2024-12-23 08:08:54 -05:00

Get rid of yet another implicit declaration

This commit is contained in:
Berke Viktor 2012-07-21 16:25:08 +02:00
parent 9dd3942c88
commit d05d298bbb

View File

@ -36,6 +36,8 @@
#ifdef WIN32 #ifdef WIN32
#include "typedef.h" #include "typedef.h"
#include <io.h> #include <io.h>
#else
#include <unistd.h>
#endif #endif
#include "../common/cfgfiles.h" #include "../common/cfgfiles.h"