include <sys/utsname.h>

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17795 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-07-03 10:51:37 +00:00
parent be85e19ad5
commit ede9adf78c

View File

@@ -38,6 +38,9 @@
#endif
#include <sys/param.h>
#ifdef HAVE_SYS_UTSNAME_H
#include <sys/utsname.h>
#endif
#include <krb5.h>
#include <gssapi.h>