readline.h:

Include <sys/ttydefaults.h> for CodeWarrior and CTRL define
This commit is contained in:
kent@mysql.com 2005-05-13 11:59:17 +02:00
commit 3eebfde644

View file

@ -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