fix includes
This commit is contained in:
parent
c203b26a2d
commit
6c2d7767cf
|
|
@ -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"
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user