mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
Exclude libedit inclusion of <sys/ttydefaults.h> on AIX as well
This commit is contained in:
parent
ece8757cec
commit
69d59240ac
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ typedef KEYMAP_ENTRY *Keymap;
|
|||
|
||||
#ifndef CTRL
|
||||
#include <sys/ioctl.h>
|
||||
#if !defined(__sun) && !defined(__hpux)
|
||||
#if !defined(__sun) && !defined(__hpux) && !defined(_AIX)
|
||||
#include <sys/ttydefaults.h>
|
||||
#endif
|
||||
#ifndef CTRL
|
||||
|
|
Loading…
Add table
Reference in a new issue