summarylogtreecommitdiffstats
path: root/0005-Add-missing-headers.patch
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2024-03-27 23:28:52 -0300
committerGonzalo Exequiel Pedone2024-03-27 23:28:52 -0300
commit79216d1f70a716dd154b845a49b1794daf02f57e (patch)
tree3e400ff71e05fa5eeeff51b687b3608a062b30e1 /0005-Add-missing-headers.patch
downloadaur-android-x86-mariadb.tar.gz
New package.
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