Update globals.cc

This commit is contained in:
EZ4Stephen 2025-11-19 16:25:39 +04:00 committed by GitHub
parent a64d7566f6
commit 3946a76cf0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -37,7 +37,9 @@
#include <sstream>
#include <sys/stat.h>
#ifndef COMPILER_MSVC
#include <sys/time.h>
#endif
#include <sys/types.h>
#ifndef PLATFORM_WINDOWS
#include <sys/resource.h>
@ -45,7 +47,9 @@
#include <errno.h>
#include <fcntl.h>
#include <time.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
#include <glib.h>
#include "pbd/gstdio_compat.h"