mike-jumper commented on code in PR #643: URL: https://github.com/apache/guacamole-server/pull/643#discussion_r2921503450
########## src/protocols/ssh/ssh.c: ########## @@ -22,6 +22,7 @@ #include "argv.h" #include "common-ssh/sftp.h" #include "common-ssh/ssh.h" +#include "eintr.h" Review Comment: Also: for these macros to be usable outside libguac, they'll need to be in a public header instead of an internal header. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
