initial patches for linux compatibility

This commit is contained in:
Berke Viktor
2011-12-11 17:34:02 +01:00
parent 2012320d0e
commit 132ef6cb50
44 changed files with 304 additions and 59 deletions

View File

@ -55,8 +55,14 @@
#include <string.h>
#include <stdlib.h>
#include <sys/types.h>
#ifdef WIN32
#include "../../src/common/dirent.h"
#include "../../config.h"
#else
#include <unistd.h>
#include <dirent.h>
#endif
#include "xchat-plugin.h"
#include "Python.h"