X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/ed554bc5e4201344d7eaad78263566e79428759c..fd88f5c5678c80ff5e338adc372d28a52ad20530:/usr/src/lib/libcurses/tstp.c diff --git a/usr/src/lib/libcurses/tstp.c b/usr/src/lib/libcurses/tstp.c index 3a817514e8..07debf42fe 100644 --- a/usr/src/lib/libcurses/tstp.c +++ b/usr/src/lib/libcurses/tstp.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1981, 1993 + * Copyright (c) 1981, 1993, 1994 * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -32,15 +32,15 @@ */ #ifndef lint -static char sccsid[] = "@(#)tstp.c 8.2 (Berkeley) 1/2/94"; +static char sccsid[] = "@(#)tstp.c 8.3 (Berkeley) 5/4/94"; #endif /* not lint */ -#include #include #include #include #include +#include "curses.h" /* * stop_signal_handler --