mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 05:52:21 +08:00
Add errno, for binutils.
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
#include <fcntl.h>
|
||||
#include <errno.h>
|
||||
extern int errno; /* <errno.h> forgets to do this... */
|
||||
#include <stdio.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
|
Reference in New Issue
Block a user