blob: a8a82f64de24835487b75bab608e0a85e9c057a6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
Bug: https://bugs.gentoo.org/886085
--- a/easychem.c
+++ b/easychem.c
@@ -34,6 +34,7 @@
#include <stdlib.h>
#include <string.h>
#include <locale.h>
+#include <libintl.h>
#include <math.h>
#include <errno.h>
#include <gtk/gtk.h>
|