mirror of
https://github.com/MariaDB/server.git
synced 2025-02-16 02:15:33 +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
|
#ifndef CTRL
|
||||||
#include <sys/ioctl.h>
|
#include <sys/ioctl.h>
|
||||||
#if !defined(__sun) && !defined(__hpux)
|
#if !defined(__sun) && !defined(__hpux) && !defined(_AIX)
|
||||||
#include <sys/ttydefaults.h>
|
#include <sys/ttydefaults.h>
|
||||||
#endif
|
#endif
|
||||||
#ifndef CTRL
|
#ifndef CTRL
|
||||||
|
|
Loading…
Add table
Reference in a new issue