prototype for gethostname is in unistd.h
This commit is contained in:
parent
905ca77c9e
commit
0ed285e84d
@ -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…
x
Reference in New Issue
Block a user