You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by mj...@apache.org on 2018/11/12 17:14:00 UTC

[05/12] guacamole-server git commit: GUACAMOLE-422: Add errno header.

GUACAMOLE-422: Add errno header.


Project: http://git-wip-us.apache.org/repos/asf/guacamole-server/repo
Commit: http://git-wip-us.apache.org/repos/asf/guacamole-server/commit/0b715590
Tree: http://git-wip-us.apache.org/repos/asf/guacamole-server/tree/0b715590
Diff: http://git-wip-us.apache.org/repos/asf/guacamole-server/diff/0b715590

Branch: refs/heads/master
Commit: 0b715590170139a17c33b931d4d10ee2ce9fb163
Parents: e2b4de9
Author: Nick Couchman <vn...@apache.org>
Authored: Sun Nov 11 15:48:02 2018 -0500
Committer: Nick Couchman <vn...@apache.org>
Committed: Sun Nov 11 15:48:02 2018 -0500

----------------------------------------------------------------------
 src/protocols/rdp/rdp_settings.c | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/guacamole-server/blob/0b715590/src/protocols/rdp/rdp_settings.c
----------------------------------------------------------------------
diff --git a/src/protocols/rdp/rdp_settings.c b/src/protocols/rdp/rdp_settings.c
index 78e9707..27553e3 100644
--- a/src/protocols/rdp/rdp_settings.c
+++ b/src/protocols/rdp/rdp_settings.c
@@ -35,6 +35,7 @@
 #include "compat/winpr-wtypes.h"
 #endif
 
+#include <errno.h>
 #include <stddef.h>
 #include <string.h>