git-svn-id: svn://db.shs.com.ru/pip@359 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
This commit is contained in:
@@ -63,6 +63,9 @@
|
||||
# endif
|
||||
#endif
|
||||
#include <errno.h>
|
||||
#ifdef CC_GCC
|
||||
# include <unistd.h>
|
||||
#endif
|
||||
|
||||
|
||||
/** \class PIEthernet
|
||||
|
||||
@@ -21,6 +21,9 @@
|
||||
#include "piconfig.h"
|
||||
#include "pidir.h"
|
||||
#include <errno.h>
|
||||
#ifdef CC_GCC
|
||||
# include <unistd.h>
|
||||
#endif
|
||||
#ifdef WINDOWS
|
||||
# include <winreg.h>
|
||||
# define TIOCM_LE 1
|
||||
|
||||
@@ -32,6 +32,9 @@
|
||||
# include <sys/stat.h>
|
||||
# include <sys/mman.h>
|
||||
#endif
|
||||
#ifdef CC_GCC
|
||||
# include <unistd.h>
|
||||
#endif
|
||||
|
||||
|
||||
/*! \class PISharedMemory
|
||||
|
||||
Reference in New Issue
Block a user