Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libedit Add stdlib.h for abort() (Jess Thrysoee)



details:   https://anonhg.NetBSD.org/src/rev/d545d3b1e5ac
branches:  trunk
changeset: 796805:d545d3b1e5ac
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Jun 18 18:52:49 2014 +0000

description:
Add stdlib.h for abort() (Jess Thrysoee)

diffstat:

 lib/libedit/tty.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 4e220cb56600 -r d545d3b1e5ac lib/libedit/tty.c
--- a/lib/libedit/tty.c Wed Jun 18 18:17:30 2014 +0000
+++ b/lib/libedit/tty.c Wed Jun 18 18:52:49 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: tty.c,v 1.45 2014/05/19 21:01:48 christos Exp $        */
+/*     $NetBSD: tty.c,v 1.46 2014/06/18 18:52:49 christos Exp $        */
 
 /*-
  * Copyright (c) 1992, 1993
@@ -37,7 +37,7 @@
 #if 0
 static char sccsid[] = "@(#)tty.c      8.1 (Berkeley) 6/4/93";
 #else
-__RCSID("$NetBSD: tty.c,v 1.45 2014/05/19 21:01:48 christos Exp $");
+__RCSID("$NetBSD: tty.c,v 1.46 2014/06/18 18:52:49 christos Exp $");
 #endif
 #endif /* not lint && not SCCSID */
 
@@ -48,6 +48,7 @@
 #include <errno.h>
 #include <unistd.h>    /* for isatty */
 #include <strings.h>   /* for ffs */
+#include <stdlib.h>    /* for abort */
 #include "el.h"
 #include "tty.h"
 



Home | Main Index | Thread Index | Old Index