diff options
Diffstat (limited to 'src/generate-id.h')
-rw-r--r-- | src/generate-id.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/generate-id.h b/src/generate-id.h index 5ae8411..48343ee 100644 --- a/src/generate-id.h +++ b/src/generate-id.h @@ -2,9 +2,11 @@ Quick litte lack to generate the ordering ID. Copyright 2010 Canonical Ltd. +Copyright 2025 Robert Tari Authors: Ted Gould <ted@canonical.com> + Robert Tari <robert@tari.in> This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3, as published @@ -23,7 +25,7 @@ with this program. If not, see <http://www.gnu.org/licenses/>. #define __GENERATE_ID_H__ #include <glib.h> -#include "libayatana-appindicator/app-indicator.h" +#include "libayatana-appindicator-glib/ayatana-appindicator.h" guint32 generate_id (const AppIndicatorCategory category, const gchar * id); |