diff options
Diffstat (limited to 'gnu/lib/libreadline/history.c')
-rw-r--r-- | gnu/lib/libreadline/history.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/lib/libreadline/history.c b/gnu/lib/libreadline/history.c index 03d52ed..b5262d3 100644 --- a/gnu/lib/libreadline/history.c +++ b/gnu/lib/libreadline/history.c @@ -50,7 +50,7 @@ extern int errno; #endif /* !errno */ #include "memalloc.h" -#include "history.h" +#include <readline/history.h> #if defined (STATIC_MALLOC) static char *xmalloc (), *xrealloc (); |