mirror of
https://git.planet-casio.com/Lephenixnoir/fxsdk.git
synced 2024-12-28 04:23:37 +01:00
gdb-bridge: add missing include
Appears to be transitively included on your usual Linux distros but not on MacOS.
This commit is contained in:
parent
1ceeabdc36
commit
6d75c3aa82
1 changed files with 1 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue