Commit b71485a6c05fcb4389ab3c898679da4a60a59b55
1 parent
f8fbb916
Exists in
master
and in
1 other branch
Fixing warnings.
Showing
3 changed files
with
3 additions
and
0 deletions
Show diff stats
src/terminal/callbacks.c
| @@ -45,6 +45,7 @@ | @@ -45,6 +45,7 @@ | ||
| 45 | #include <lib3270/log.h> | 45 | #include <lib3270/log.h> |
| 46 | #include <lib3270/popup.h> | 46 | #include <lib3270/popup.h> |
| 47 | #include <errno.h> | 47 | #include <errno.h> |
| 48 | + #include <v3270/settings.h> | ||
| 48 | 49 | ||
| 49 | /*--[ Implement ]------------------------------------------------------------------------------------*/ | 50 | /*--[ Implement ]------------------------------------------------------------------------------------*/ |
| 50 | 51 |
src/terminal/charset.c
| @@ -40,6 +40,7 @@ | @@ -40,6 +40,7 @@ | ||
| 40 | #include <lib3270/charset.h> | 40 | #include <lib3270/charset.h> |
| 41 | #include <lib3270/log.h> | 41 | #include <lib3270/log.h> |
| 42 | #include <v3270/dialogs.h> | 42 | #include <v3270/dialogs.h> |
| 43 | + #include <v3270/settings.h> | ||
| 43 | 44 | ||
| 44 | #define ERROR_DOMAIN g_quark_from_static_string(PACKAGE_NAME) | 45 | #define ERROR_DOMAIN g_quark_from_static_string(PACKAGE_NAME) |
| 45 | 46 |
src/terminal/properties/set.c
| @@ -29,6 +29,7 @@ | @@ -29,6 +29,7 @@ | ||
| 29 | 29 | ||
| 30 | #include "private.h" | 30 | #include "private.h" |
| 31 | #include <v3270/trace.h> | 31 | #include <v3270/trace.h> |
| 32 | + #include <v3270/settings.h> | ||
| 32 | 33 | ||
| 33 | /*--[ Implement ]------------------------------------------------------------------------------------*/ | 34 | /*--[ Implement ]------------------------------------------------------------------------------------*/ |
| 34 | 35 |