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