diff options
Diffstat (limited to 'lib/libc/stdio/wscanf.c')
-rw-r--r-- | lib/libc/stdio/wscanf.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/stdio/wscanf.c b/lib/libc/stdio/wscanf.c index d5e7c261a03..06c0829ab34 100644 --- a/lib/libc/stdio/wscanf.c +++ b/lib/libc/stdio/wscanf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: wscanf.c,v 1.1 2011/10/16 13:20:51 stsp Exp $ */ +/* $OpenBSD: wscanf.c,v 1.2 2012/12/05 23:20:01 deraadt Exp $ */ /*- * Copyright (c) 2002 Tim J. Robbins @@ -26,7 +26,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <stdarg.h> #include <stdio.h> #include <wchar.h> |