aboutsummaryrefslogtreecommitdiff
path: root/include/printf.h
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2006-03-02 10:01:52 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2006-03-02 10:01:52 +0000
commitf3fede8ab91e5d6bb11d680573a7693357104421 (patch)
treecb1e6dd9d0aa392696064e80d52b75d6fc55376d /include/printf.h
parent981332f10217f94886a2a972e536065eacf08b34 (diff)
downloadsrc-f3fede8ab91e5d6bb11d680573a7693357104421.tar.gz
src-f3fede8ab91e5d6bb11d680573a7693357104421.zip
Add nested include of <wchar.h>
Notes
Notes: svn path=/head/; revision=156208
Diffstat (limited to 'include/printf.h')
-rw-r--r--include/printf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/printf.h b/include/printf.h
index bd862a45a873..02fe6398b692 100644
--- a/include/printf.h
+++ b/include/printf.h
@@ -29,6 +29,8 @@
#ifndef _PRINTF_H_
#define _PRINTF_H_
+#include <wchar.h>
+
/*
* The API defined by glibc allows a renderer to take multiple arguments
* This is obviously usable for things like (ptr+len) pairs etc.