diff options
| author | Greg Hudson <ghudson@mit.edu> | 2011-07-22 18:59:08 +0000 |
|---|---|---|
| committer | Greg Hudson <ghudson@mit.edu> | 2011-07-22 18:59:08 +0000 |
| commit | a5bb037dd0c18535119afcd12f0aa23fea6059be (patch) | |
| tree | 28b69a68b95c3eb975ae51cbd6221ab3cb4439fb /src/util | |
| parent | 0e721ac570d8841fd6323179c0775cef777ede09 (diff) | |
| download | krb5-a5bb037dd0c18535119afcd12f0aa23fea6059be.tar.gz krb5-a5bb037dd0c18535119afcd12f0aa23fea6059be.tar.xz krb5-a5bb037dd0c18535119afcd12f0aa23fea6059be.zip | |
Don't include <editline/history.h>
editline puts all of its readline compatibility declarations in
editline/readline.h, and some versions apparently don't have the
history.h symlink.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25039 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util')
| -rw-r--r-- | src/util/ss/listen.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util/ss/listen.c b/src/util/ss/listen.c index 10e04654a4..9a7b4aee53 100644 --- a/src/util/ss/listen.c +++ b/src/util/ss/listen.c @@ -16,7 +16,6 @@ #if defined(HAVE_LIBEDIT) #include <editline/readline.h> -#include <editline/history.h> #elif defined(HAVE_READLINE) #include <readline/readline.h> #include <readline/history.h> |
