From 137cb525d92fd9b24e6aac0be6b5c35eea530c3e Mon Sep 17 00:00:00 2001 From: sam Date: Tue, 9 Sep 2003 16:52:37 +0000 Subject: [PATCH] * 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 --- src/libelk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libelk.c b/src/libelk.c index e93e326..6802e5b 100644 --- a/src/libelk.c +++ b/src/libelk.c @@ -40,7 +40,7 @@ #ifdef HAVE_GETRLIMIT # include -# ifdef HAVE_SYS_RESOURCES_H +# ifdef HAVE_SYS_RESOURCE_H # include # endif #endif