From 6c2d7767cf5b6ccea9ffc4f5f16e999e56176a36 Mon Sep 17 00:00:00 2001 From: Garux Date: Fri, 12 Nov 2021 19:12:16 +0300 Subject: [PATCH] fix includes --- libs/commandlib.cpp | 1 + radiant/qe3.cpp | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/libs/commandlib.cpp b/libs/commandlib.cpp index 6e530a02..4040d44a 100644 --- a/libs/commandlib.cpp +++ b/libs/commandlib.cpp @@ -31,6 +31,7 @@ #if defined ( POSIX ) +#include #include #include #include diff --git a/radiant/qe3.cpp b/radiant/qe3.cpp index 5c927331..e3256eea 100644 --- a/radiant/qe3.cpp +++ b/radiant/qe3.cpp @@ -68,6 +68,10 @@ QEGlobals_t g_qeglobals; #define PATH_MAX 260 #endif +#if defined( POSIX ) +#include // chmod +#endif + #define RADIANT_MONITOR_ADDRESS "127.0.0.1:39000"