diff options
| author | Mikolaj Golub <trociny@FreeBSD.org> | 2011-03-29 17:57:40 +0000 |
|---|---|---|
| committer | Mikolaj Golub <trociny@FreeBSD.org> | 2011-03-29 17:57:40 +0000 |
| commit | 0d7875cd2b4448bb964a316fbf48e23590792f4b (patch) | |
| tree | e99c53761de24c34357904ef7708e6dc06cc62a7 | |
| parent | 2e2d3581698b2363ebcd8800152489d1157bc88b (diff) | |
Notes
| -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 02fe6398b692..1cb39c700926 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> /* |
