Commit a242b3308f4e38dbabaa4dc7a91570f926898044
1 parent
3667c07a
Exists in
master
and in
1 other branch
Implementando janela de trace
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
mouse.c
@@ -35,6 +35,8 @@ | @@ -35,6 +35,8 @@ | ||
35 | #include <lib3270/selection.h> | 35 | #include <lib3270/selection.h> |
36 | #include <lib3270/actions.h> | 36 | #include <lib3270/actions.h> |
37 | #include <lib3270/log.h> | 37 | #include <lib3270/log.h> |
38 | + #include <lib3270/trace.h> | ||
39 | + | ||
38 | 40 | ||
39 | /*--[ Globals ]--------------------------------------------------------------------------------------*/ | 41 | /*--[ Globals ]--------------------------------------------------------------------------------------*/ |
40 | 42 |