diff --git a/ccache.h b/ccache.h index 15fd0f0..f4163f1 100644 --- a/ccache.h +++ b/ccache.h @@ -10,6 +10,7 @@ #include #include #include +#include #ifdef __GNUC__ #define ATTR_FORMAT(x, y, z) __attribute__((format (x, y, z)))