mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-14 17:50:19 +00:00
Some aid for compiler warnings
This commit is contained in:
@@ -22,7 +22,9 @@
|
||||
#include <fcntl.h>
|
||||
#include <time.h>
|
||||
|
||||
#ifndef WIN32
|
||||
#ifdef WIN32
|
||||
#include <io.h>
|
||||
#else
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
@@ -54,6 +56,7 @@
|
||||
#include "../common/server.h"
|
||||
#include "gtkutil.h"
|
||||
#include "maingui.h"
|
||||
#include "menu.h"
|
||||
|
||||
|
||||
#include "custom-list.h"
|
||||
|
||||
Reference in New Issue
Block a user