diff options
Diffstat (limited to 'lib/libcurses/delwin.c')
-rw-r--r-- | lib/libcurses/delwin.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/libcurses/delwin.c b/lib/libcurses/delwin.c index 3f6848a56b62..7310db8588ca 100644 --- a/lib/libcurses/delwin.c +++ b/lib/libcurses/delwin.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,12 +32,13 @@ */ #ifndef lint -static char sccsid[] = "@(#)delwin.c 8.1 (Berkeley) 6/4/93"; +static char sccsid[] = "@(#)delwin.c 8.2 (Berkeley) 5/4/94"; #endif /* not lint */ -#include <curses.h> #include <stdlib.h> +#include "curses.h" + /* * delwin -- * Delete a window and release it back to the system. |