desktop: Fix macOS builds
Oopsie daisy.
This commit is contained in:
parent
4c49c1e3ac
commit
f9ce562a95
1 changed files with 4 additions and 1 deletions
|
@ -24,6 +24,10 @@
|
|||
|
||||
#include <cstring>
|
||||
|
||||
#if defined(__APPLE__) || defined(_X11)
|
||||
#include <sys/utsname.h>
|
||||
#endif
|
||||
|
||||
#if defined(__APPLE__)
|
||||
|
||||
#include "apple_version.hpp"
|
||||
|
@ -31,7 +35,6 @@
|
|||
#elif defined(_X11)
|
||||
|
||||
#include <cerrno>
|
||||
#include <sys/utsname.h>
|
||||
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue