fix includes
This commit is contained in:
@@ -31,6 +31,7 @@
|
||||
|
||||
#if defined ( POSIX )
|
||||
|
||||
#include <cstdlib>
|
||||
#include <unistd.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/wait.h>
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user