mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 07:50:19 +00:00
Some aid for compiler warnings
This commit is contained in:
@@ -24,12 +24,15 @@
|
||||
#include <fcntl.h>
|
||||
#include <ctype.h>
|
||||
|
||||
#ifndef WIN32
|
||||
#ifdef WIN32
|
||||
#include <io.h>
|
||||
#else
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#include "fe-gtk.h"
|
||||
|
||||
#include <glib.h>
|
||||
#include <gtk/gtklabel.h>
|
||||
#include <gtk/gtkeditable.h>
|
||||
#include <gtk/gtkmenu.h>
|
||||
|
||||
Reference in New Issue
Block a user