#ifndef LAIKA_CNC_H #define LAIKA_CNC_H #include "laika.h" #include "lpacket.h" #include "lsocket.h" #include "lpolllist.h" struct { struct sLaika_socket sock; } sLaika_cnc; #endif