include udb.h, sys/resource.h, and sys/category.h

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5880 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1999-04-08 13:03:54 +00:00
parent 6e54c93b21
commit 9d94896aa4

View File

@@ -67,6 +67,15 @@
#ifdef HAVE_UTMPX_H #ifdef HAVE_UTMPX_H
#include <utmpx.h> #include <utmpx.h>
#endif #endif
#ifdef HAVE_UDB_H
#include <udb.h>
#endif
#ifdef HAVE_SYS_RESOURCE_H
#include <sys/resource.h>
#endif
#ifdef HAVE_SYS_CATEGORY_H
#include <sys/category.h>
#endif
#ifdef KRB4 #ifdef KRB4
#include <krb.h> #include <krb.h>
#endif #endif