diff options
Diffstat (limited to 'usr.bin/talk/init_disp.c')
-rw-r--r-- | usr.bin/talk/init_disp.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/talk/init_disp.c b/usr.bin/talk/init_disp.c index e239b05b508..76dbb7f3865 100644 --- a/usr.bin/talk/init_disp.c +++ b/usr.bin/talk/init_disp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: init_disp.c,v 1.21 2013/12/11 14:28:20 naddy Exp $ */ +/* $OpenBSD: init_disp.c,v 1.22 2016/02/01 07:29:25 mestre Exp $ */ /* $NetBSD: init_disp.c,v 1.6 1994/12/09 02:14:17 jtc Exp $ */ /* @@ -35,13 +35,15 @@ * as well as the signal handling routines. */ -#include "talk.h" #include <sys/ioctl.h> + #include <err.h> #include <stdlib.h> #include <termios.h> #include <unistd.h> +#include "talk.h" + /* * Set up curses, catch the appropriate signals, * and build the various windows. |