mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
readline.h:
Include <sys/ttydefaults.h> for CodeWarrior and CTRL define cmd-line-utils/libedit/readline/readline.h: Include <sys/ttydefaults.h> for CodeWarrior and CTRL define
This commit is contained in:
@@ -73,7 +73,7 @@ typedef KEYMAP_ENTRY *Keymap;
|
|||||||
|
|
||||||
#ifndef CTRL
|
#ifndef CTRL
|
||||||
#include <sys/ioctl.h>
|
#include <sys/ioctl.h>
|
||||||
#ifdef __GLIBC__
|
#if defined(__GLIBC__) || defined(__MWERKS__)
|
||||||
#include <sys/ttydefaults.h>
|
#include <sys/ttydefaults.h>
|
||||||
#endif
|
#endif
|
||||||
#ifndef CTRL
|
#ifndef CTRL
|
||||||
|
Reference in New Issue
Block a user