mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
* getcwd.c: Include string.h, stdlib.h for prototypes
This commit is contained in:
@ -29,6 +29,12 @@ BUGS
|
||||
#include <sys/param.h>
|
||||
#endif
|
||||
#include <errno.h>
|
||||
#ifdef HAVE_STRING_H
|
||||
#include <string.h>
|
||||
#endif
|
||||
#ifdef HAVE_STDLIB_H
|
||||
#include <stdlib.h>
|
||||
#endif
|
||||
|
||||
extern char *getwd ();
|
||||
extern int errno;
|
||||
|
Reference in New Issue
Block a user