Skip to content

Commit

Permalink
GUACAMOLE-377: Merge add missing include for errno.
Browse files Browse the repository at this point in the history
  • Loading branch information
necouchman authored Sep 30, 2024
2 parents bdbb719 + e9fcf00 commit c056b74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/terminal/terminal-handlers.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
#include <guacamole/protocol.h>
#include <guacamole/socket.h>

#include <errno.h>
#include <stdbool.h>
#include <stdlib.h>
#include <wchar.h>
Expand Down

0 comments on commit c056b74

Please sign in to comment.