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

@@ -31,6 +31,7 @@
#else
#include <sys/wait.h>
#include <signal.h>
#include <unistd.h>
#endif
#include "xchat.h"
@@ -39,7 +40,7 @@
#include "cfgfiles.h"
#include "chanopt.h"
#include "ignore.h"
#include "../../plugins/xchat-plugin.h"
#include "xchat-plugin.h"
#include "plugin.h"
#include "plugin-timer.h"
#include "notify.h"
@@ -49,7 +50,6 @@
#include "text.h"
#include "url.h"
#include "xchatc.h"
#include "wdkutil.h"
#ifdef USE_OPENSSL
#include <openssl/ssl.h> /* SSL_() */