mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 04:43:34 +02:00
Some fixes for compiling with Win32 :)
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@783 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
c6808b3724
commit
df10f182c0
8 changed files with 50 additions and 12 deletions
|
|
@ -22,7 +22,9 @@
|
|||
#include <time.h>
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/time.h>
|
||||
#ifdef HAVE_SYS_TIME_H
|
||||
# include <sys/time.h>
|
||||
#endif
|
||||
#include <sys/stat.h>
|
||||
|
||||
#ifdef HAVE_UNISTD_H
|
||||
|
|
@ -32,6 +34,9 @@
|
|||
# include <dirent.h>
|
||||
#endif
|
||||
#include <fcntl.h>
|
||||
#ifdef WIN32
|
||||
# include <win32-compat.h>
|
||||
#endif
|
||||
|
||||
#include <glib.h>
|
||||
#include <gmodule.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue