diff options
Diffstat (limited to 'science/gchemutils/files/patch-programs-gchemtable-main.cc')
-rw-r--r-- | science/gchemutils/files/patch-programs-gchemtable-main.cc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/science/gchemutils/files/patch-programs-gchemtable-main.cc b/science/gchemutils/files/patch-programs-gchemtable-main.cc new file mode 100644 index 000000000000..7a6329b80d47 --- /dev/null +++ b/science/gchemutils/files/patch-programs-gchemtable-main.cc @@ -0,0 +1,10 @@ +--- programs/gchemtable-main.cc.orig Thu Feb 9 13:24:54 2006 ++++ programs/gchemtable-main.cc Mon Mar 20 18:30:41 2006 +@@ -27,6 +27,7 @@ + #include <goffice/goffice.h> + #include <goffice/app/go-plugin.h> + #include <goffice/app/go-plugin-loader-module.h> ++#include <libintl.h> + + using namespace gcu; + |