diff options
author | Ted Gould <ted@canonical.com> | 2009-09-15 16:17:44 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-09-15 16:17:44 -0500 |
commit | 20dddacbcac7e047a9165782318a72c4bb4cab31 (patch) | |
tree | 650f99b4b64addb1b8efdbd18b208f3d926d4de7 | |
parent | b196e9b6ec66689cdfe4ed1163f5ef5b32302f0c (diff) | |
download | ayatana-indicator-messages-20dddacbcac7e047a9165782318a72c4bb4cab31.tar.gz ayatana-indicator-messages-20dddacbcac7e047a9165782318a72c4bb4cab31.tar.bz2 ayatana-indicator-messages-20dddacbcac7e047a9165782318a72c4bb4cab31.zip |
Adding in header for gettext
-rw-r--r-- | src/messages-service.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/messages-service.c b/src/messages-service.c index 4911124..e37a721 100644 --- a/src/messages-service.c +++ b/src/messages-service.c @@ -22,6 +22,7 @@ with this program. If not, see <http://www.gnu.org/licenses/>. #include <string.h> #include <locale.h> +#include <libintl.h> #include <config.h> #include <pango/pango-utils.h> #include <dbus/dbus-glib-bindings.h> |