* Fixed a typo preventing the inclusion of sys/resource.h.

git-svn-id: svn://svn.zoy.org/elk/trunk@131 55e467fa-43c5-0310-a8a2-de718669efc6
This commit is contained in:
sam 2003-09-09 16:52:37 +00:00
parent 7a028b1c77
commit 137cb525d9
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@
#ifdef HAVE_GETRLIMIT
# include <sys/time.h>
# ifdef HAVE_SYS_RESOURCES_H
# ifdef HAVE_SYS_RESOURCE_H
# include <sys/resource.h>
# endif
#endif