mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
Misc networking build fixes
http://bugzilla.gnome.org/show_bug.cgi?id=580301 http://bugzilla.gnome.org/show_bug.cgi?id=584176
This commit is contained in:
@@ -34,15 +34,8 @@
|
||||
#include <stdlib.h>
|
||||
|
||||
#ifndef G_OS_WIN32
|
||||
# include <netinet/in.h>
|
||||
# include <arpa/inet.h>
|
||||
# include <netdb.h>
|
||||
# include <fcntl.h>
|
||||
# include <unistd.h>
|
||||
# include <sys/types.h>
|
||||
#else
|
||||
# include <winsock2.h>
|
||||
# include <mswsock.h>
|
||||
#endif
|
||||
|
||||
#include "gsocket.h"
|
||||
@@ -53,6 +46,7 @@
|
||||
#include "gioerror.h"
|
||||
#include "gioenums.h"
|
||||
#include "gioerror.h"
|
||||
#include "gnetworkingprivate.h"
|
||||
#include "glibintl.h"
|
||||
|
||||
#include "gioalias.h"
|
||||
|
Reference in New Issue
Block a user