Skip to content

Commit

Permalink
GUACAMOLE-377: Add missing include for errno.
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-jumper committed Sep 30, 2024
1 parent 3b021e8 commit e9fcf00
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 e9fcf00

Please sign in to comment.