1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Portability fix

This commit is contained in:
monty@hundin.mysql.fi
2001-09-30 18:35:08 +03:00
parent 2350609bce
commit 9f04e0e6d2
4 changed files with 7 additions and 3 deletions

View File

@@ -75,7 +75,6 @@ extern "C" {
#endif
#undef bcmp // Fix problem with new readline
#undef bzero
#if defined( __WIN__) || defined(OS2)
#include <conio.h>
#else