desktop: Fix macOS builds

Oopsie daisy.
This commit is contained in:
Iris Morelle 2020-12-20 21:12:51 -03:00
parent 4c49c1e3ac
commit f9ce562a95

View file

@ -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