Commit 2d3a5ac6082ca7186289024980643d88cb421132

Authored by Perry Werneck
1 parent 56e1c6d9

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 33 #include "popupsc.h"
34 34 #include <lib3270/trace.h>
35 35 #include <lib3270/log.h>
  36 + #include <lib3270/properties.h>
36 37  
37 38 const char * lib3270_get_oversize(const H3270 *hSession)
38 39 {
... ...