Added necessary includes to networking.h

Signed-off-by: Polonkai Gergely <polesz@w00d5t0ck.info>
This commit is contained in:
Polonkai Gergely 2012-03-13 02:20:17 +01:00
parent 9854290799
commit f06e2636af

View File

@ -1,6 +1,9 @@
#ifndef __WMUD_NETWORKING_H__ #ifndef __WMUD_NETWORKING_H__
# define __WMUD_NETWORKING_H__ # define __WMUD_NETWORKING_H__
#include <glib.h>
#include <gio/gio.h>
typedef struct _wmudClient { typedef struct _wmudClient {
GSocket *socket; GSocket *socket;
GString *buffer; GString *buffer;