From 2d3a5ac6082ca7186289024980643d88cb421132 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Fri, 23 Aug 2019 16:48:09 -0300 Subject: [PATCH] Fixing export of the oversize property get/set methods. --- src/core/model.c | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/src/core/model.c b/src/core/model.c index 3f9b6e5..292df33 100644 --- a/src/core/model.c +++ b/src/core/model.c @@ -33,6 +33,7 @@ #include "popupsc.h" #include #include + #include const char * lib3270_get_oversize(const H3270 *hSession) { -- libgit2 0.21.2