diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-03-25 16:41:44 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-03-25 16:41:44 +0000 |
commit | db5a38609339b1bfe019d45765b5405bdd580a54 (patch) | |
tree | 5af9ccd1c469de25e74d8b970c3fab1aa3235f1c /gnu/lib | |
parent | a4b7ca99e8620eb800e0ae6b1e31d12f8c2ef1db (diff) |
bring in prototypes
Diffstat (limited to 'gnu/lib')
-rw-r--r-- | gnu/lib/libreadline/savestring.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/lib/libreadline/savestring.c b/gnu/lib/libreadline/savestring.c index 485890ea57c..0916ab8b0a4 100644 --- a/gnu/lib/libreadline/savestring.c +++ b/gnu/lib/libreadline/savestring.c @@ -20,6 +20,8 @@ have a copy of the license, write to the Free Software Foundation, 59 Temple Place, Suite 330, Boston, MA 02111 USA. */ +#include <string.h> + extern char *strcpy (); extern char *xmalloc (); |