* 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:
parent
7a028b1c77
commit
137cb525d9
|
@ -40,7 +40,7 @@
|
||||||
|
|
||||||
#ifdef HAVE_GETRLIMIT
|
#ifdef HAVE_GETRLIMIT
|
||||||
# include <sys/time.h>
|
# include <sys/time.h>
|
||||||
# ifdef HAVE_SYS_RESOURCES_H
|
# ifdef HAVE_SYS_RESOURCE_H
|
||||||
# include <sys/resource.h>
|
# include <sys/resource.h>
|
||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue