Added include of <unistd.h> (when found) to get definition of gethostname()

under solaris.

svn path=/trunk/boinc/; revision=2805
This commit is contained in:
Eric J. Korpela 2003-12-17 19:14:17 +00:00
parent c5ef14c7e1
commit 97ba8a71e0
1 changed files with 9 additions and 2 deletions

View File

@ -16,10 +16,17 @@
//
// Contributor(s):
//
// The BOINC file upload handler.
// See doc/upload.html for protocol spec.
//
// Revision History:
//
// $Log$
// Revision 1.53 2003/12/17 19:14:17 korpela
// Added include of <unistd.h> (when found) to get definition of gethostname()
// under solaris.
//
//
#include <stdio.h>
#include <stdlib.h>