diff options
author | jimw@mysql.com <> | 2005-04-26 08:20:00 -0700 |
---|---|---|
committer | jimw@mysql.com <> | 2005-04-26 08:20:00 -0700 |
commit | a296ccfd286286f099ea75ab5859864765a05746 (patch) | |
tree | 57f5a5a9d75eef564f7656aef34b0b022cbe2418 /acinclude.m4 | |
parent | 93ff028f9d9331d1fa536b77b006bfe7f8fb70df (diff) | |
download | mariadb-git-a296ccfd286286f099ea75ab5859864765a05746.tar.gz |
Fix typo in include file name (Bug #9063)
Diffstat (limited to 'acinclude.m4')
-rw-r--r-- | acinclude.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 904493a2e09..61b37294377 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -168,7 +168,7 @@ mysql_cv_btype_struct_rlimit=none #undef inline #endif #include <stdlib.h> -#include <sys/resources.h> +#include <sys/resource.h> ], [struct rlimit64 rl; setrlimit(RLIMIT_CORE, &rl);], mysql_cv_btype_struct_rlimit="struct rlimit64")] |