talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 14bf91b57e32fce0313c2e092f2a18adff96bfb1
parent 51f73a8b49fff558474ab73c2324ce8cfa7fa93b
Author: Ralph Sennhauser <ralph.sennhauser@gmail.com>
Date:   Wed,  8 Nov 2017 20:12:31 +0100

Add missing header to acpi_notifier

When building against gtk+3 the compiler complains about implicit
function declaration, so include the required header for using the
gtk_cmoption_menu.

Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>

Diffstat:
Msrc/plugins/acpi_notifier/acpi_notifier.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/plugins/acpi_notifier/acpi_notifier.c b/src/plugins/acpi_notifier/acpi_notifier.c @@ -46,6 +46,7 @@ #include "alertpanel.h" #include "utils.h" #include "folder_item_prefs.h" +#include "gtkcmoptionmenu.h" #define PREFS_BLOCK_NAME "AcpiNotifier" #define PLUGIN_NAME _("Acpi Notifier")