mirror of
https://github.com/ONLYOFFICE/desktop-sdk.git
synced 2026-03-31 10:23:12 +08:00
Fix macos build
This commit is contained in:
@ -56,6 +56,10 @@
|
||||
#include <pwd.h>
|
||||
#include <sys/types.h>
|
||||
#include <limits.h>
|
||||
|
||||
#ifndef HOST_NAME_MAX
|
||||
#define HOST_NAME_MAX 1000
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include "../../../../core/DesktopEditor/common/SystemUtils.h"
|
||||
|
||||
Reference in New Issue
Block a user