Software Público Brasileiro
Portal do
Software Público Brasileiro
Cadastre-se
Entrar
×
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
cda28f866fbf0e5a96b4db5046c97aeb143ac522
Authored by
Perry Werneck
2020-01-21 16:00:50 -0300
1 parent
fa0262d2
Exists in
v5.2
Updating libv3270 api.
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/pw3270/actions.c
Side-by-side Diff
Inline Diff
src/pw3270/actions.c
Wrap text
Diff comments
View file @
cda28f8
...
...
@@ -44,6 +44,7 @@
44
44
#include <lib3270/toggle.h>
45
45
#include <stdlib.h>
46
46
#include <v3270/actions.h>
47
+ #include <v3270/selection.h>
47
48
48
49
#if GTK_CHECK_VERSION(3,0,0)
49
50
#include <gdk/gdkkeysyms-compat.h>
...
...