<sys/resource.h> for AIX

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@480 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1996-05-04 23:29:28 +00:00
parent c47953172e
commit 9d1db995ec

View File

@@ -6,6 +6,9 @@
#endif
#include <sys/param.h>
#ifdef HAVE_SYS_RESOURCE_H
#include <sys/resource.h>
#endif
#include <sys/wait.h>
#include <sys/stat.h>
#include <sys/types.h>