mirror of
https://github.com/curl/curl.git
synced 2026-04-15 03:31:41 +03:00
prototype for gethostname is in unistd.h
This commit is contained in:
parent
905ca77c9e
commit
0ed285e84d
1 changed files with 4 additions and 0 deletions
|
|
@ -44,6 +44,10 @@
|
|||
#include <stdlib.h>
|
||||
#include <ctype.h>
|
||||
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#include "urldata.h"
|
||||
#include "sendf.h"
|
||||
#include "strequal.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue