prototype for gethostname is in unistd.h

This commit is contained in:
Yang Tse 2006-11-02 00:33:43 +00:00
parent 905ca77c9e
commit 0ed285e84d

View File

@ -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"