diff options
| author | Sean Eric Fagan <sef@FreeBSD.org> | 1994-08-13 23:15:38 +0000 |
|---|---|---|
| committer | Sean Eric Fagan <sef@FreeBSD.org> | 1994-08-13 23:15:38 +0000 |
| commit | 6c8ac72df7e99e77d81dd92c2f6b552ef77727ad (patch) | |
| tree | bbb514854ed4891d87f8d7be9bbcca0b27533595 /lib/libcurses/putchar.c | |
| parent | 3540f0e14a810c938116fcd3d92405648c9e1ccc (diff) | |
Notes
Diffstat (limited to 'lib/libcurses/putchar.c')
| -rw-r--r-- | lib/libcurses/putchar.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcurses/putchar.c b/lib/libcurses/putchar.c index 7309bdee458f..2ed5bb4755cc 100644 --- a/lib/libcurses/putchar.c +++ b/lib/libcurses/putchar.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,10 +32,10 @@ */ #ifndef lint -static char sccsid[] = "@(#)putchar.c 8.1 (Berkeley) 6/4/93"; +static char sccsid[] = "@(#)putchar.c 8.2 (Berkeley) 5/4/94"; #endif /* not lint */ -#include <curses.h> +#include "curses.h" void __cputchar(ch) |
