diff options
author | ache <ache@FreeBSD.org> | 1994-06-12 08:51:09 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1994-06-12 08:51:09 +0000 |
commit | 7bb3544ac87adbb05719f52718140df3609f8efb (patch) | |
tree | 1f2deb33a3dd732e9fdf34c607ccce4bc3dc5be1 /gnu/lib/libreadline/emacs_keymap.c | |
parent | 7fcf8d6de318956917603a7513350b81479c6735 (diff) | |
download | FreeBSD-src-7bb3544ac87adbb05719f52718140df3609f8efb.zip FreeBSD-src-7bb3544ac87adbb05719f52718140df3609f8efb.tar.gz |
Change includes in proper way, i.e.
"readline.h" --> <readline/readline.h>
Remove -I./readline from Makefile (again!)
Diffstat (limited to 'gnu/lib/libreadline/emacs_keymap.c')
-rw-r--r-- | gnu/lib/libreadline/emacs_keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/lib/libreadline/emacs_keymap.c b/gnu/lib/libreadline/emacs_keymap.c index b31ac1f..ab058fc 100644 --- a/gnu/lib/libreadline/emacs_keymap.c +++ b/gnu/lib/libreadline/emacs_keymap.c @@ -24,7 +24,7 @@ #include <stdio.h> #endif /* !BUFSIZ */ -#include "readline.h" +#include <readline/readline.h> /* An array of function pointers, one for each possible key. If the type byte is ISKMAP, then the pointer is the address of |