diff options
Diffstat (limited to 'src/myfprintf.h')
-rw-r--r-- | src/myfprintf.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/myfprintf.h b/src/myfprintf.h index 6014eb6f3..b169b895c 100644 --- a/src/myfprintf.h +++ b/src/myfprintf.h @@ -19,6 +19,8 @@ #ifndef MYFPRINTF_H #define MYFPRINTF_H +#include "../config.h" + #include <stdio.h> void myfprintfStdLogMode(FILE * out, FILE * err); |