Commit c4792ade540ba6cfcd55421df6f74bba62dad072

Authored by Perry Werneck
1 parent 2093d96d
Exists in master and in 1 other branch develop

Isolando configuração do aplicativo principal.

Showing 3 changed files with 3 additions and 2 deletions   Show diff stats
accessible.c
... ... @@ -27,7 +27,7 @@
27 27 *
28 28 */
29 29  
30   - #include <lib3270/config.h>
  30 + #include <config.h>
31 31  
32 32 #define ENABLE_NLS
33 33 #define GETTEXT_PACKAGE PACKAGE_NAME
... ...
oia.c
... ... @@ -37,7 +37,7 @@
37 37 #include <lib3270.h>
38 38 #include <lib3270/session.h>
39 39 #include <lib3270/log.h>
40   - #include <lib3270/config.h>
  40 + #include <config.h>
41 41 #include <gtk/gtk.h>
42 42 #include <string.h>
43 43 #include <errno.h>
... ...
private.h
... ... @@ -28,6 +28,7 @@
28 28 */
29 29  
30 30 #include <gtk/gtk.h>
  31 +#include <config.h>
31 32  
32 33 #define ENABLE_NLS
33 34 #define GETTEXT_PACKAGE PACKAGE_NAME
... ...