Commit 2d3a5ac6082ca7186289024980643d88cb421132
1 parent
56e1c6d9
Exists in
master
and in
3 other branches
Fixing export of the oversize property get/set methods.
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/core/model.c
@@ -33,6 +33,7 @@ | @@ -33,6 +33,7 @@ | ||
33 | #include "popupsc.h" | 33 | #include "popupsc.h" |
34 | #include <lib3270/trace.h> | 34 | #include <lib3270/trace.h> |
35 | #include <lib3270/log.h> | 35 | #include <lib3270/log.h> |
36 | + #include <lib3270/properties.h> | ||
36 | 37 | ||
37 | const char * lib3270_get_oversize(const H3270 *hSession) | 38 | const char * lib3270_get_oversize(const H3270 *hSession) |
38 | { | 39 | { |