summaryrefslogtreecommitdiff
path: root/socket-common.h
blob: 8a7e6da61ab625f72c74e59c711a1e1e22237ff6 (plain)
1
2
3
4
5
6
7
8
#ifndef SOCKET_COMMON_H
#define SOCKET_COMMON_H

#include <stdio.h>
#include <gio/gio.h>
#include <string.h>

#endif