summaryrefslogtreecommitdiffstats
path: root/include/printf.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2006-03-02 10:01:52 +0000
committerphk <phk@FreeBSD.org>2006-03-02 10:01:52 +0000
commit076b74732f248cea1f57884286bf35ef5b70923b (patch)
treecb1e6dd9d0aa392696064e80d52b75d6fc55376d /include/printf.h
parent0ef226b65a4f2734b63783c3f6c84e514c9f8ddb (diff)
downloadFreeBSD-src-076b74732f248cea1f57884286bf35ef5b70923b.zip
FreeBSD-src-076b74732f248cea1f57884286bf35ef5b70923b.tar.gz
Add nested include of <wchar.h>
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 bd862a4..02fe639 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.
OpenPOWER on IntegriCloud