Fix of prior checkin for Win32 build

svn path=/trunk/boinc/; revision=14997
This commit is contained in:
David Anderson 2008-04-01 22:20:20 +00:00
parent 51e24737bd
commit 463050aa21
1 changed files with 6 additions and 0 deletions

View File

@ -20,8 +20,12 @@
#ifndef UNIX_UTIL_H
#define UNIX_UTIL_H
// Nothing in this file is needed on WIN32
#ifndef _WIN32
#include "config.h"
#ifdef __cplusplus
#include <cstdio>
#include <cstdlib>
@ -48,5 +52,7 @@ int daemon(int nochdir, int noclose);
#endif /* HAVE_DAEMON */
#endif /* _WIN32 */
#endif /* UNIX_UTIL_H */