fix includes

This commit is contained in:
Garux 2021-11-12 19:12:16 +03:00
parent c203b26a2d
commit 6c2d7767cf
2 changed files with 5 additions and 0 deletions

View File

@ -31,6 +31,7 @@
#if defined ( POSIX )
#include <cstdlib>
#include <unistd.h>
#include <sys/types.h>
#include <sys/wait.h>

View File

@ -68,6 +68,10 @@ QEGlobals_t g_qeglobals;
#define PATH_MAX 260
#endif
#if defined( POSIX )
#include <sys/stat.h> // chmod
#endif
#define RADIANT_MONITOR_ADDRESS "127.0.0.1:39000"