Maybe include <sys/wait.h>.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18250 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-10-06 07:22:00 +00:00
parent 7c362c1b6c
commit b46809c9f1

View File

@@ -49,6 +49,10 @@
#include <sys/utsname.h> #include <sys/utsname.h>
#endif #endif
#ifdef HAVE_SYS_WAIT_H
#include <sys/wait.h>
#endif
#include <assert.h> #include <assert.h>
#include <krb5.h> #include <krb5.h>
#include <gssapi.h> #include <gssapi.h>