diff options
author | Ted Gould <ted@gould.cx> | 2010-03-18 14:17:29 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-03-18 14:17:29 -0500 |
commit | 631d34aad2f454fb334330f3b041e8e0c4495434 (patch) | |
tree | 34399f9f306e4544680e591a1b8d5ace7841a08a /src/indicator-session.c | |
parent | 45f88031f73db9d56e1367b12ba5a484543b679e (diff) | |
parent | 91a59d5405f998627cc94d14a8c8501aee797e14 (diff) | |
download | ayatana-indicator-session-631d34aad2f454fb334330f3b041e8e0c4495434.tar.gz ayatana-indicator-session-631d34aad2f454fb334330f3b041e8e0c4495434.tar.bz2 ayatana-indicator-session-631d34aad2f454fb334330f3b041e8e0c4495434.zip |
Updating to Ubuntu Desktop
Diffstat (limited to 'src/indicator-session.c')
-rw-r--r-- | src/indicator-session.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/indicator-session.c b/src/indicator-session.c index a815e40..54431ee 100644 --- a/src/indicator-session.c +++ b/src/indicator-session.c @@ -20,9 +20,13 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include <glib.h> #include <glib-object.h> -#include <glib/gi18n.h> +#include <glib/gi18n-lib.h> #include <gtk/gtk.h> #include <libdbusmenu-gtk/menu.h> |