diff options
author | pjd <pjd@FreeBSD.org> | 2011-03-06 17:45:37 +0000 |
---|---|---|
committer | pjd <pjd@FreeBSD.org> | 2011-03-06 17:45:37 +0000 |
commit | 6edd2577d29ed1215c8cddd27e0175468182594e (patch) | |
tree | f09bec05b7229d36525137687bd6b8aa06947b91 | |
parent | 3d9241706267e9b042c64d362f9c0f5ce1c4e8db (diff) | |
download | FreeBSD-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
-rw-r--r-- | include/printf.h | 1 |
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> /* |