Commit 70a9de5e856ad7706ac6abef77f7f0046b04dd12
1 parent
46811be8
Exists in
master
and in
5 other branches
Corrigindo erros detectados durante o empacotamento.
Showing
3 changed files
with
3 additions
and
3 deletions
Show diff stats
src/libpw3270cpp/exception.cc
@@ -31,7 +31,7 @@ | @@ -31,7 +31,7 @@ | ||
31 | #include <stdio.h> | 31 | #include <stdio.h> |
32 | #include <string.h> | 32 | #include <string.h> |
33 | 33 | ||
34 | - #include <pw3270/class.h> | 34 | + #include <pw3270cpp.h> |
35 | 35 | ||
36 | /*--[ Implement ]--------------------------------------------------------------------------------------------------*/ | 36 | /*--[ Implement ]--------------------------------------------------------------------------------------------------*/ |
37 | 37 |
src/libpw3270cpp/remote.cc
@@ -74,7 +74,7 @@ | @@ -74,7 +74,7 @@ | ||
74 | #define HLLAPI_PACKET_SET_UNLOCK_DELAY "setUnlockDelay" | 74 | #define HLLAPI_PACKET_SET_UNLOCK_DELAY "setUnlockDelay" |
75 | #endif // WIN32 | 75 | #endif // WIN32 |
76 | 76 | ||
77 | - #include <pw3270/class.h> | 77 | + #include <pw3270cpp.h> |
78 | #include <lib3270/log.h> | 78 | #include <lib3270/log.h> |
79 | 79 | ||
80 | #if defined(HAVE_DBUS) | 80 | #if defined(HAVE_DBUS) |