mirror of https://github.com/BOINC/boinc.git
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:
parent
c5ef14c7e1
commit
97ba8a71e0
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue