summaryrefslogtreecommitdiff
path: root/src/mate-calc.c
diff options
context:
space:
mode:
authorrbuj <[email protected]>2021-01-25 23:12:55 +0100
committerraveit65 <[email protected]>2021-02-02 22:44:05 +0100
commit18a34d78737374627f1128be3b66c8ddd95bdb0e (patch)
treec705eae27bae7aba53eb685d90fe6d8018c64ae1 /src/mate-calc.c
parent2111e64a46ae956bdac3242f490d4fb252113c4a (diff)
downloadmate-calc-18a34d78737374627f1128be3b66c8ddd95bdb0e.tar.bz2
mate-calc-18a34d78737374627f1128be3b66c8ddd95bdb0e.tar.xz
build: Use config.h which defines GETTEXT_PACKAGE & VERSION
Diffstat (limited to 'src/mate-calc.c')
-rw-r--r--src/mate-calc.c4
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>