summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/vfwprintf.c
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2023-11-01 22:43:37 +0000
committerWarner Losh <imp@FreeBSD.org>2023-11-27 04:20:09 +0000
commit4025b5b527c870cf095ac9531764f4e4d3feaec2 (patch)
treef455e018c826121187beec3ba6240b63f739fbdb /lib/libc/stdio/vfwprintf.c
parentab3a178eb120c28a4a161e94499560c68f4d4479 (diff)
Diffstat (limited to 'lib/libc/stdio/vfwprintf.c')
-rw-r--r--lib/libc/stdio/vfwprintf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libc/stdio/vfwprintf.c b/lib/libc/stdio/vfwprintf.c
index d298ed03f521..b606eec0d9a4 100644
--- a/lib/libc/stdio/vfwprintf.c
+++ b/lib/libc/stdio/vfwprintf.c
@@ -42,7 +42,6 @@
static char sccsid[] = "@(#)vfprintf.c 8.1 (Berkeley) 6/4/93";
#endif /* LIBC_SCCS and not lint */
#endif
-#include <sys/cdefs.h>
/*
* Actual wprintf innards.
*