mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 11:27:39 +02:00
readline.h:
Include <sys/ttydefaults.h> for CodeWarrior and CTRL define
This commit is contained in:
parent
1494f0ab68
commit
3eebfde644
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ typedef KEYMAP_ENTRY *Keymap;
|
|||
|
||||
#ifndef CTRL
|
||||
#include <sys/ioctl.h>
|
||||
#ifdef __GLIBC__
|
||||
#if defined(__GLIBC__) || defined(__MWERKS__)
|
||||
#include <sys/ttydefaults.h>
|
||||
#endif
|
||||
#ifndef CTRL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue