added ifdef's to Windows specific libraries

This commit is contained in:
gunnar_g 2008-12-17 11:12:25 +00:00
parent 712f2828ac
commit c2538a54c4
1 changed files with 5 additions and 2 deletions

View File

@ -31,8 +31,11 @@
#include <time.h>
#include <glib/gprintf.h>
#include <glib.h>
#include <io.h>
#include <fcntl.h>
#ifdef G_OS_WIN32
#include <io.h>
#include <fcntl.h>
#endif
#include "bet_struct.h"
#include "debug.h"