Commit 4ab628f327a87c11911934318e6fba719d4d1441
1 parent
f77df7b2
Exists in
master
and in
2 other branches
Fixing windows build.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/objects/os/windows/savedesktopicon.c
@@ -52,7 +52,7 @@ | @@ -52,7 +52,7 @@ | ||
52 | #include <v3270/actions.h> | 52 | #include <v3270/actions.h> |
53 | #include <lib3270.h> | 53 | #include <lib3270.h> |
54 | #include <lib3270/log.h> | 54 | #include <lib3270/log.h> |
55 | - #include <pw3270/tools.h> | 55 | + #include <v3270/tools.h> |
56 | #include <v3270/keyfile.h> | 56 | #include <v3270/keyfile.h> |
57 | #include <v3270/settings.h> | 57 | #include <v3270/settings.h> |
58 | 58 |