Source-Changes-HG archive

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

[src/trunk]: src/lib/libedit one more



details:   https://anonhg.NetBSD.org/src/rev/129480eeb660
branches:  trunk
changeset: 813747:129480eeb660
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Feb 16 14:07:47 2016 +0000

description:
one more

diffstat:

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

diffs (32 lines):

diff -r 01e66d173316 -r 129480eeb660 lib/libedit/sig.c
--- a/lib/libedit/sig.c Tue Feb 16 14:06:05 2016 +0000
+++ b/lib/libedit/sig.c Tue Feb 16 14:07:47 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sig.c,v 1.19 2016/02/16 14:04:58 christos Exp $        */
+/*     $NetBSD: sig.c,v 1.20 2016/02/16 14:07:47 christos Exp $        */
 
 /*-
  * Copyright (c) 1992, 1993
@@ -37,7 +37,7 @@
 #if 0
 static char sccsid[] = "@(#)sig.c      8.1 (Berkeley) 6/4/93";
 #else
-__RCSID("$NetBSD: sig.c,v 1.19 2016/02/16 14:04:58 christos Exp $");
+__RCSID("$NetBSD: sig.c,v 1.20 2016/02/16 14:07:47 christos Exp $");
 #endif
 #endif /* not lint && not SCCSID */
 
@@ -46,10 +46,12 @@
  *       our policy is to trap all signals, set a good state
  *       and pass the ball to our caller.
  */
-#include "el.h"
 #include <errno.h>
 #include <stdlib.h>
 
+#include "histedit.h"
+#include "el.h"
+
 private EditLine *sel = NULL;
 
 private const int sighdl[] = {



Home | Main Index | Thread Index | Old Index