From fd2d06489140f90082eab20b69c569cd30d25668 Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Mon, 5 Dec 2005 21:41:05 +0000 Subject: [PATCH] Fix trivial compiler warning about libxcmd/input and tolower. Merge of master-melb:xfs-cmds:24691a by kenmcd. --- libxcmd/input.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libxcmd/input.c b/libxcmd/input.c index f5b8b3d1e..6ee3176eb 100644 --- a/libxcmd/input.c +++ b/libxcmd/input.c @@ -18,6 +18,7 @@ #include #include +#include #if defined(ENABLE_READLINE) # include -- 2.47.2