From: Ramakrishnan Muthukrishnan Date: Tue, 12 Dec 2023 11:40:32 +0000 (+0530) Subject: add missing include X-Git-Url: https://git.rkrishnan.org/components/frontends/?a=commitdiff_plain;h=f332e6e0c334e225e5aca56bace0fe7a26f6429d;p=pihpsdr.git add missing include --- diff --git a/action_dialog.h b/action_dialog.h index c134e2e..220aa62 100644 --- a/action_dialog.h +++ b/action_dialog.h @@ -1 +1,3 @@ +#include + int action_dialog(GtkWidget *parent,int filter,int current);