GUACAMOLE-377: Add missing include for errno.

This commit is contained in:
Michael Jumper 2024-09-30 00:56:50 -07:00
parent 3b021e867c
commit e9fcf00cb7

View File

@ -31,6 +31,7 @@
#include <guacamole/protocol.h>
#include <guacamole/socket.h>
#include <errno.h>
#include <stdbool.h>
#include <stdlib.h>
#include <wchar.h>