ape: declare gethostname
This commit is contained in:
parent
9eeca04d87
commit
cb7375dcbc
1 changed files with 2 additions and 0 deletions
|
@ -46,6 +46,8 @@ extern char *mktemp(char *);
|
|||
extern char *sys_errlist[];
|
||||
extern int sys_nerr;
|
||||
|
||||
extern int gethostname(char*, int);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue