summarylogtreecommitdiffstats
path: root/0005-Add-missing-headers.patch
diff options
context:
space:
mode:
Diffstat (limited to '0005-Add-missing-headers.patch')
-rw-r--r--0005-Add-missing-headers.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/0005-Add-missing-headers.patch b/0005-Add-missing-headers.patch
new file mode 100644
index 000000000000..613f1986307d
--- /dev/null
+++ b/0005-Add-missing-headers.patch
@@ -0,0 +1,11 @@
+--- a/mysys/get_password.c
++++ b/mysys/get_password.c
+@@ -14,6 +14,8 @@
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA */
+
++#include <ctype.h>
++
+ /*
+ ** Ask for a password from tty
+ ** This is an own file to avoid conflicts with curses