diff options
Diffstat (limited to 'src/mate-calc.c')
-rw-r--r-- | src/mate-calc.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mate-calc.c b/src/mate-calc.c index b12ab79..99224ba 100644 --- a/src/mate-calc.c +++ b/src/mate-calc.c @@ -9,6 +9,10 @@ * license. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #include <stdlib.h> #include <stdio.h> #include <string.h> |