diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-06-06 10:22:15 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-06-06 10:22:15 +0200 |
commit | 742957393627b6556d6f27aaff29c17f23c9b0d2 (patch) | |
tree | 76e6c1ebd9fdd0258700fb2598938d4a44aea39f | |
parent | 7ec73ef21efa5411d768d0648e2670c2b476ee02 (diff) | |
parent | 70ac10c8cd50e46fb79b3ee0b542a40c03257472 (diff) | |
download | nx-libs-742957393627b6556d6f27aaff29c17f23c9b0d2.tar.gz nx-libs-742957393627b6556d6f27aaff29c17f23c9b0d2.tar.bz2 nx-libs-742957393627b6556d6f27aaff29c17f23c9b0d2.zip |
Merge branch 'uli42-pr/fix_missing_include' into 3.6.x
Attributes GH PR #702: https://github.com/ArcticaProject/nx-libs/pull/702
-rw-r--r-- | nx-X11/programs/Xserver/hw/nxagent/Clipboard.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Clipboard.c b/nx-X11/programs/Xserver/hw/nxagent/Clipboard.c index a2ea7d6f9..703a491b6 100644 --- a/nx-X11/programs/Xserver/hw/nxagent/Clipboard.c +++ b/nx-X11/programs/Xserver/hw/nxagent/Clipboard.c @@ -37,6 +37,7 @@ #include "Trap.h" #include "Rootless.h" #include "Clipboard.h" +#include "Utils.h" #include "gcstruct.h" #include "xfixeswire.h" |