summaryrefslogtreecommitdiffstats
path: root/include/printf.h
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2011-03-06 17:45:37 +0000
committerpjd <pjd@FreeBSD.org>2011-03-06 17:45:37 +0000
commit6edd2577d29ed1215c8cddd27e0175468182594e (patch)
treef09bec05b7229d36525137687bd6b8aa06947b91 /include/printf.h
parent3d9241706267e9b042c64d362f9c0f5ce1c4e8db (diff)
downloadFreeBSD-src-6edd2577d29ed1215c8cddd27e0175468182594e.zip
FreeBSD-src-6edd2577d29ed1215c8cddd27e0175468182594e.tar.gz
Include stdio.h, so we can include printf.h in any order, as it needs FILE.
MFC after: 2 weeks
Diffstat (limited to 'include/printf.h')
-rw-r--r--include/printf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/printf.h b/include/printf.h
index 02fe639..1cb39c7 100644
--- a/include/printf.h
+++ b/include/printf.h
@@ -29,6 +29,7 @@
#ifndef _PRINTF_H_
#define _PRINTF_H_
+#include <stdio.h>
#include <wchar.h>
/*
OpenPOWER on IntegriCloud