Commit 7c328e71f249e8c9c20914f3b7f6ac436ef1924c
1 parent
2f71f60e
Exists in
master
and in
5 other branches
Updating toogle api.
Showing
3 changed files
with
3 additions
and
0 deletions
Show diff stats
src/pw3270/actions.c
src/pw3270/tools.c
src/pw3270/window.c
... | ... | @@ -34,6 +34,7 @@ |
34 | 34 | #include <lib3270/popup.h> |
35 | 35 | #include <lib3270/actions.h> |
36 | 36 | #include <lib3270/trace.h> |
37 | +#include <lib3270/toggle.h> | |
37 | 38 | #include <v3270/trace.h> |
38 | 39 | |
39 | 40 | /*--[ Widget definition ]----------------------------------------------------------------------------*/ | ... | ... |