diff notify.h @ 8:58a3312a1c59

add internationalization support add German translation --HG-- rename : pk-update-icon.desktop => pk-update-icon.desktop.in
author Guido Berhoerster <guido@berhoerster.name>
date Tue, 11 Oct 2011 17:07:49 +0200
parents f8ad23e60000
children
line wrap: on
line diff
--- a/notify.h	Tue Oct 11 17:07:49 2011 +0200
+++ b/notify.h	Tue Oct 11 17:07:49 2011 +0200
@@ -1,5 +1,6 @@
 /*
  * Copyright (C) 2011 Pavol Rusnak <stick@gk2.sk>
+ * Copyright (C) 2011 Guido Berhoerster <gber@opensuse.org>
  *
  * Licensed under the GNU General Public License Version 2
  *
@@ -21,6 +22,9 @@
 #ifndef NOTIFY_H
 #define NOTIFY_H
 
+#include <glib.h>
+#include <glib/gi18n.h>
+#include <libnotify/notify.h>
 #include "main.h"
 
 void init_notify();