Skip to content

Commit 174349a

Browse files
MrJake222eyalroz
authored andcommitted
Fixed #187, header file respects config
1 parent 3314652 commit 174349a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/printf/printf.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@
3939
#ifndef PRINTF_H_
4040
#define PRINTF_H_
4141

42+
#if PRINTF_INCLUDE_CONFIG_H
43+
#include "printf_config.h"
44+
#endif
45+
4246
#ifdef __cplusplus
4347
# include <cstdarg>
4448
# include <cstddef>

0 commit comments

Comments
 (0)