Skip to content
Snippets Groups Projects
Commit 76e2b79b authored by Guillem Alenyà's avatar Guillem Alenyà
Browse files

move unistd include from cpp to h

parent b7820fa9
No related branches found
No related tags found
No related merge requests found
#include <string.h> #include <string.h>
#include <unistd.h>
#include <sys/select.h> #include <sys/select.h>
#include <sys/ioctl.h> #include <sys/ioctl.h>
#include "comm.h" #include "comm.h"
......
#ifndef _COMM_H #ifndef _COMM_H
#define _COMM_H #define _COMM_H
#include <unistd.h>
#include <list> #include <list>
#include "eventserver.h" #include "eventserver.h"
#include "threadserver.h" #include "threadserver.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment