projects
/
pihpsdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85f17bc
)
add missing include
author
Ramakrishnan Muthukrishnan
<ram@rkrishnan.org>
Tue, 12 Dec 2023 11:40:32 +0000
(17:10 +0530)
committer
Ramakrishnan Muthukrishnan
<ram@rkrishnan.org>
Sun, 17 Dec 2023 05:57:32 +0000
(11:27 +0530)
action_dialog.h
patch
|
blob
|
history
diff --git
a/action_dialog.h
b/action_dialog.h
index c134e2e8a5007e7ce500a78222a838debbadcd1a..220aa62f351a7768809039c3b0181b56b08bfbe3 100644
(file)
--- a/
action_dialog.h
+++ b/
action_dialog.h
@@
-1
+1,3
@@
+#include <gtk/gtk.h>
+
int action_dialog(GtkWidget *parent,int filter,int current);