gdb-bridge: add missing include

Appears to be transitively included on your usual Linux distros but
not on MacOS.
This commit is contained in:
Lephenixnoir 2024-09-23 11:22:28 +02:00
parent 1ceeabdc36
commit 6d75c3aa82
No known key found for this signature in database
GPG key ID: 1BBA026E13FC0495

View file

@ -1,6 +1,7 @@
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/ioctl.h>
#include <sys/socket.h>
#include <sys/un.h>