Commit 6c292605c4b22a6de25d85e5773a272eeed9eaa7
1 parent
13102f83
Exists in
master
and in
3 other branches
Fixing windows build.
Showing
3 changed files
with
6 additions
and
5 deletions
Show diff stats
src/core/toggles/getset.c
| @@ -34,8 +34,8 @@ | @@ -34,8 +34,8 @@ | ||
| 34 | */ | 34 | */ |
| 35 | 35 | ||
| 36 | #include <config.h> | 36 | #include <config.h> |
| 37 | -#include <lib3270/toggle.h> | ||
| 38 | #include <lib3270-internals.h> | 37 | #include <lib3270-internals.h> |
| 38 | +#include <lib3270/toggle.h> | ||
| 39 | #include <lib3270/log.h> | 39 | #include <lib3270/log.h> |
| 40 | #include "togglesc.h" | 40 | #include "togglesc.h" |
| 41 | 41 |
src/core/toggles/listener.c
| @@ -34,12 +34,13 @@ | @@ -34,12 +34,13 @@ | ||
| 34 | */ | 34 | */ |
| 35 | 35 | ||
| 36 | #include <config.h> | 36 | #include <config.h> |
| 37 | +#include <lib3270-internals.h> | ||
| 38 | +#include <lib3270/toggle.h> | ||
| 39 | +#include <lib3270/log.h> | ||
| 40 | + | ||
| 37 | #include <errno.h> | 41 | #include <errno.h> |
| 38 | #include <sys/types.h> | 42 | #include <sys/types.h> |
| 39 | 43 | ||
| 40 | -#include <lib3270/toggle.h> | ||
| 41 | -#include <lib3270-internals.h> | ||
| 42 | -#include <lib3270/log.h> | ||
| 43 | 44 | ||
| 44 | /*---[ Implement ]------------------------------------------------------------------------------------------------------------*/ | 45 | /*---[ Implement ]------------------------------------------------------------------------------------------------------------*/ |
| 45 | 46 |
src/core/toggles/table.c
| @@ -34,8 +34,8 @@ | @@ -34,8 +34,8 @@ | ||
| 34 | */ | 34 | */ |
| 35 | 35 | ||
| 36 | #include <config.h> | 36 | #include <config.h> |
| 37 | -#include <lib3270/toggle.h> | ||
| 38 | #include <lib3270-internals.h> | 37 | #include <lib3270-internals.h> |
| 38 | +#include <lib3270/toggle.h> | ||
| 39 | #include "togglesc.h" | 39 | #include "togglesc.h" |
| 40 | 40 | ||
| 41 | /*---[ Implement ]------------------------------------------------------------------------------------------------------------*/ | 41 | /*---[ Implement ]------------------------------------------------------------------------------------------------------------*/ |