git-svn-id: svn://db.shs.com.ru/pip@359 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5

This commit is contained in:
2017-04-14 13:10:30 +00:00
parent e7f4498825
commit dd25e8852c
6 changed files with 14 additions and 7 deletions

View File

@@ -63,6 +63,9 @@
# endif
#endif
#include <errno.h>
#ifdef CC_GCC
# include <unistd.h>
#endif
/** \class PIEthernet

View File

@@ -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

View File

@@ -32,6 +32,9 @@
# include <sys/stat.h>
# include <sys/mman.h>
#endif
#ifdef CC_GCC
# include <unistd.h>
#endif
/*! \class PISharedMemory