Added gethostname declaration

This commit is contained in:
Kat R. 2022-10-09 11:47:32 -05:00
parent f609e6db47
commit 859245ac6f
1 changed files with 2 additions and 0 deletions

View File

@ -72,4 +72,6 @@ int execv(const char *, char *const []);
int execve(const char *, char *const [], char *const []);
int execvp(const char *, char *const []);
int gethostname(char *, size_t);
#endif