diff options
author | Ken Moore <ken@ixsystems.com> | 2017-01-10 11:57:33 -0500 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2017-01-10 11:57:33 -0500 |
commit | 125c5cc3c0cee38819271efdc712d32765dd1e2f (patch) | |
tree | fb2061521b946a7063490acbd0b7efa172626342 /src-qt5/core/lumina-desktop-unified/global-includes.h | |
parent | More setup for Lumina2: (diff) | |
download | lumina-125c5cc3c0cee38819271efdc712d32765dd1e2f.tar.gz lumina-125c5cc3c0cee38819271efdc712d32765dd1e2f.tar.bz2 lumina-125c5cc3c0cee38819271efdc712d32765dd1e2f.zip |
A few more code changes for Lumina2.
Diffstat (limited to 'src-qt5/core/lumina-desktop-unified/global-includes.h')
-rw-r--r-- | src-qt5/core/lumina-desktop-unified/global-includes.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src-qt5/core/lumina-desktop-unified/global-includes.h b/src-qt5/core/lumina-desktop-unified/global-includes.h index 006ecedf..c7433155 100644 --- a/src-qt5/core/lumina-desktop-unified/global-includes.h +++ b/src-qt5/core/lumina-desktop-unified/global-includes.h @@ -56,6 +56,9 @@ #include <LuminaSingleApplication.h> #include <DesktopSettings.h> +// Standard C includes +#include <unistd.h> + //Setup any global defines (no classes or global objects: use "global-objects.h" for that) namespace Lumina{ //Flags/enumerations |