pidgin/pidgin

Add missing self-referential #include.

2020-11-20, Elliott Sales de Andrade
406ff566ad57
Parents 6507c3c9940b
Children 16bba33a970f
Add missing self-referential #include.

Fixes a function-without-prototype warning.

Testing Done:
Compile.

Reviewed at https://reviews.imfreedom.org/r/245/
--- a/finch/gntmenuutil.c Fri Nov 20 16:43:26 2020 -0600
+++ b/finch/gntmenuutil.c Fri Nov 20 17:03:32 2020 -0600
@@ -26,6 +26,8 @@
#include <gnt.h>
+#include "gntmenuutil.h"
+
static void
context_menu_callback(GntMenuItem *item, gpointer data)
{