include <sys/ucred.h>

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15996 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-08-30 08:41:18 +00:00
parent b4f73c5210
commit c848386885

View File

@@ -58,6 +58,9 @@
#ifdef HAVE_SYS_UN_H
#include <sys/un.h>
#endif
#ifdef HAVE_SYS_UCRED_H
#include <sys/ucred.h>
#endif
#ifdef HAVE_UTIL_H
#include <util.h>
#endif