mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-21 10:43:36 +00:00
Added missing includes, if NOTLS is specified for Linux
This commit is contained in:
@@ -21,6 +21,7 @@ limitations under the License.
|
|||||||
#include "microstack/ILibAsyncServerSocket.h"
|
#include "microstack/ILibAsyncServerSocket.h"
|
||||||
#include "microstack/ILibProcessPipe.h"
|
#include "microstack/ILibProcessPipe.h"
|
||||||
#include <sys/wait.h>
|
#include <sys/wait.h>
|
||||||
|
#include <limits.h>
|
||||||
|
|
||||||
#include <sys/ipc.h>
|
#include <sys/ipc.h>
|
||||||
#include <sys/shm.h>
|
#include <sys/shm.h>
|
||||||
|
|||||||
@@ -31,6 +31,7 @@ limitations under the License.
|
|||||||
#include <pthread.h>
|
#include <pthread.h>
|
||||||
#ifndef _NOILIBSTACKDEBUG
|
#ifndef _NOILIBSTACKDEBUG
|
||||||
#include <execinfo.h>
|
#include <execinfo.h>
|
||||||
|
#include <inttypes.h>
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user