diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2023-10-10 12:31:06 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2023-10-10 12:31:06 +0200 |
commit | baac68d16d2272f5b357e7caf3a3d9f3cdab6962 (patch) | |
tree | 72c9accd0b06d272dc44c568df62ba4f0b38ee26 /src/main.c | |
parent | ff70460acbf19702464fcf22dc4c21fc20665d0e (diff) | |
parent | b7af6626ab2aaf844e0f382cdadb26dffe6756a9 (diff) | |
download | ayatana-indicator-sound-baac68d16d2272f5b357e7caf3a3d9f3cdab6962.tar.gz ayatana-indicator-sound-baac68d16d2272f5b357e7caf3a3d9f3cdab6962.tar.bz2 ayatana-indicator-sound-baac68d16d2272f5b357e7caf3a3d9f3cdab6962.zip |
Merge branch 'tari01-pr/notification-orca'
Attributes GH PR #93: https://github.com/AyatanaIndicators/ayatana-indicator-sound/pull/93
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,6 @@ /* * Copyright 2015 Canonical Ltd. + * Copyright 2023 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 as published by @@ -15,6 +16,8 @@ */ #include <glib.h> +#include <glib/gi18n.h> +#include <glib-unix.h> #include <locale.h> #include <libnotify/notify.h> |