Include string.h for prototypes so this builds on the Alpha.
This commit is contained in:
parent
72434afdb5
commit
56040257a5
2
gnu/dist/readline/shell.c
vendored
2
gnu/dist/readline/shell.c
vendored
@ -36,6 +36,8 @@
|
||||
# include "ansi_stdlib.h"
|
||||
#endif /* HAVE_STDLIB_H */
|
||||
|
||||
#include <string.h>
|
||||
|
||||
extern char *xmalloc (), *xrealloc ();
|
||||
|
||||
#if !defined (SHELL)
|
||||
|
Loading…
Reference in New Issue
Block a user