Added necessary includes to networking.h
Signed-off-by: Polonkai Gergely <polesz@w00d5t0ck.info>
This commit is contained in:
parent
9854290799
commit
f06e2636af
@ -1,6 +1,9 @@
|
||||
#ifndef __WMUD_NETWORKING_H__
|
||||
# define __WMUD_NETWORKING_H__
|
||||
|
||||
#include <glib.h>
|
||||
#include <gio/gio.h>
|
||||
|
||||
typedef struct _wmudClient {
|
||||
GSocket *socket;
|
||||
GString *buffer;
|
||||
|
Loading…
Reference in New Issue
Block a user