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

Portability fix

strings/Makefile.am:
  Add missing ctype-latin1_de.cc
This commit is contained in:
unknown
2001-09-30 18:35:08 +03:00
parent 87a0cc9419
commit 3dbd178881
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