Commit 15bf2260529b646d6c6e4209819d31d4f9693883

Authored by perry.werneck@gmail.com
1 parent a9f2c86b
Exists in master and in 1 other branch develop

Acertando empacotamento do SDK

@@ -38,7 +38,7 @@ @@ -38,7 +38,7 @@
38 38
39 #include <pw3270.h> 39 #include <pw3270.h>
40 #include <lib3270/log.h> 40 #include <lib3270/log.h>
41 - #include <lib3270/v3270.h> 41 + #include <v3270.h>
42 #include "private.h" 42 #include "private.h"
43 #include "accessible.h" 43 #include "accessible.h"
44 44
@@ -32,7 +32,7 @@ @@ -32,7 +32,7 @@
32 #include <pw3270.h> 32 #include <pw3270.h>
33 #include <lib3270.h> 33 #include <lib3270.h>
34 #include <lib3270/session.h> 34 #include <lib3270/session.h>
35 - #include <lib3270/v3270.h> 35 + #include <v3270.h>
36 #include "private.h" 36 #include "private.h"
37 37
38 /*--[ Implement ]------------------------------------------------------------------------------------*/ 38 /*--[ Implement ]------------------------------------------------------------------------------------*/
@@ -38,7 +38,7 @@ @@ -38,7 +38,7 @@
38 #include <string.h> 38 #include <string.h>
39 #include <gdk/gdk.h> 39 #include <gdk/gdk.h>
40 40
41 - #include <lib3270/v3270.h> 41 + #include <v3270.h>
42 #include "private.h" 42 #include "private.h"
43 43
44 #if GTK_CHECK_VERSION(3,0,0) 44 #if GTK_CHECK_VERSION(3,0,0)
@@ -30,7 +30,7 @@ @@ -30,7 +30,7 @@
30 #include <gtk/gtk.h> 30 #include <gtk/gtk.h>
31 #include <gdk/gdk.h> 31 #include <gdk/gdk.h>
32 #include <pw3270.h> 32 #include <pw3270.h>
33 - #include <lib3270/v3270.h> 33 + #include <v3270.h>
34 #include "private.h" 34 #include "private.h"
35 #include <lib3270/selection.h> 35 #include <lib3270/selection.h>
36 #include <lib3270/actions.h> 36 #include <lib3270/actions.h>
@@ -34,12 +34,13 @@ @@ -34,12 +34,13 @@
34 #include <lib3270/config.h> 34 #include <lib3270/config.h>
35 #include <gtk/gtk.h> 35 #include <gtk/gtk.h>
36 #include <string.h> 36 #include <string.h>
  37 + #include <errno.h>
37 38
38 #ifdef HAVE_LIBM 39 #ifdef HAVE_LIBM
39 #include <math.h> 40 #include <math.h>
40 #endif // HAVE_LIBM 41 #endif // HAVE_LIBM
41 42
42 - #include <lib3270/v3270.h> 43 + #include <v3270.h>
43 #include "private.h" 44 #include "private.h"
44 #include "accessible.h" 45 #include "accessible.h"
45 46
@@ -18,7 +18,7 @@ @@ -18,7 +18,7 @@
18 * programa; se não, escreva para a Free Software Foundation, Inc., 51 Franklin 18 * programa; se não, escreva para a Free Software Foundation, Inc., 51 Franklin
19 * St, Fifth Floor, Boston, MA 02110-1301 USA 19 * St, Fifth Floor, Boston, MA 02110-1301 USA
20 * 20 *
21 - * Este programa está nomeado como clipboard.c e possui - linhas de código. 21 + * Este programa está nomeado como selection.c e possui - linhas de código.
22 * 22 *
23 * Contatos: 23 * Contatos:
24 * 24 *
@@ -29,7 +29,7 @@ @@ -29,7 +29,7 @@
29 29
30 #include <gtk/gtk.h> 30 #include <gtk/gtk.h>
31 #include <pw3270.h> 31 #include <pw3270.h>
32 - #include <lib3270/v3270.h> 32 + #include <v3270.h>
33 #include "private.h" 33 #include "private.h"
34 #include <lib3270/selection.h> 34 #include <lib3270/selection.h>
35 #include <lib3270/log.h> 35 #include <lib3270/log.h>
@@ -33,12 +33,13 @@ @@ -33,12 +33,13 @@
33 #include <lib3270/session.h> 33 #include <lib3270/session.h>
34 #include <lib3270/actions.h> 34 #include <lib3270/actions.h>
35 #include <lib3270/log.h> 35 #include <lib3270/log.h>
  36 + #include <errno.h>
36 37
37 #ifdef HAVE_MALLOC_H 38 #ifdef HAVE_MALLOC_H
38 #include <malloc.h> 39 #include <malloc.h>
39 #endif // HAVE_MALLOC_H 40 #endif // HAVE_MALLOC_H
40 41
41 - #include <lib3270/v3270.h> 42 + #include <v3270.h>
42 #include "private.h" 43 #include "private.h"
43 #include "accessible.h" 44 #include "accessible.h"
44 #include "marshal.h" 45 #include "marshal.h"