From 7c328e71f249e8c9c20914f3b7f6ac436ef1924c Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Mon, 5 Aug 2019 13:29:29 -0300 Subject: [PATCH] Updating toogle api. --- src/pw3270/actions.c | 1 + src/pw3270/tools.c | 1 + src/pw3270/window.c | 1 + 3 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/pw3270/actions.c b/src/pw3270/actions.c index c9ec2c6..fca9c7c 100644 --- a/src/pw3270/actions.c +++ b/src/pw3270/actions.c @@ -40,6 +40,7 @@ #include #include #include + #include #include #if GTK_CHECK_VERSION(3,0,0) diff --git a/src/pw3270/tools.c b/src/pw3270/tools.c index 00fcc81..b0e94b1 100644 --- a/src/pw3270/tools.c +++ b/src/pw3270/tools.c @@ -29,6 +29,7 @@ #include "private.h" #include + #include #ifdef _WIN32 BOOL WINAPI DllMain(HANDLE hinst, DWORD dwcallpurpose, LPVOID lpvResvd); diff --git a/src/pw3270/window.c b/src/pw3270/window.c index dc0a769..7b5c73d 100644 --- a/src/pw3270/window.c +++ b/src/pw3270/window.c @@ -34,6 +34,7 @@ #include #include #include +#include #include /*--[ Widget definition ]----------------------------------------------------------------------------*/ -- libgit2 0.21.2