Fix Windows build: no fork for kdc

This commit is contained in:
Nicolas Williams
2016-01-18 11:25:23 -06:00
parent 971ccce043
commit 4f87d85d65
3 changed files with 46 additions and 15 deletions

View File

@@ -47,7 +47,9 @@
#include <errno.h>
#include <signal.h>
#include <stdarg.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif