Skip to content

Commit

Permalink
Fixed eyalroz#187, header file respects config
Browse files Browse the repository at this point in the history
  • Loading branch information
MrJake222 committed Oct 17, 2024
1 parent 2d75fef commit d42af2d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/printf/printf.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@
#ifndef PRINTF_H_
#define PRINTF_H_

#if PRINTF_INCLUDE_CONFIG_H
#include "printf_config.h"
#endif

#ifdef __cplusplus
# include <cstdarg>
# include <cstddef>
Expand Down

0 comments on commit d42af2d

Please sign in to comment.