diff options
author | unknown <jimw@mysql.com> | 2005-04-26 08:20:00 -0700 |
---|---|---|
committer | unknown <jimw@mysql.com> | 2005-04-26 08:20:00 -0700 |
commit | cff8039064ca2f04c6ab77ed7a5ae672388e30fe (patch) | |
tree | 57f5a5a9d75eef564f7656aef34b0b022cbe2418 /acinclude.m4 | |
parent | ccfcfce6dbd897928954adbe74e474e8c1ac3e44 (diff) | |
download | mariadb-git-cff8039064ca2f04c6ab77ed7a5ae672388e30fe.tar.gz |
Fix typo in include file name (Bug #9063)
acinclude.m4:
Fix typo
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")] |