[PATCH 1/1] Include ctype.h for tolower(3).
Christoph Hellwig
hch at infradead.org
Mon Dec 15 15:44:38 CST 2008
On Mon, Dec 15, 2008 at 08:59:00PM +0100, Arkadiusz Miskiewicz wrote:
> ---
> xfsprogs/libxfs/xfs_dir2.c | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/xfsprogs/libxfs/xfs_dir2.c b/xfsprogs/libxfs/xfs_dir2.c
> index 71134f8..eab4718 100644
> --- a/xfsprogs/libxfs/xfs_dir2.c
> +++ b/xfsprogs/libxfs/xfs_dir2.c
> @@ -17,6 +17,7 @@
> */
>
> #include <xfs.h>
> +#include <ctype.h>
This file is shared with the kernel, so adding the include here is not
a good idea. Can you resubmit it with the include added in
include/platform_defs.h.in?
More information about the xfs
mailing list