Commit 0158d397adf9a1aa138644dba26a7dd6b08b9709
1 parent
6cb23e5d
Exists in
master
Updating build for the latest version.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/native/private.h
@@ -72,7 +72,7 @@ | @@ -72,7 +72,7 @@ | ||
72 | #define trace_to_file( ... ) /* */ | 72 | #define trace_to_file( ... ) /* */ |
73 | #endif // ENABLE_TRACE_TO_FILE | 73 | #endif // ENABLE_TRACE_TO_FILE |
74 | 74 | ||
75 | - #include <pw3270cpp.h> | 75 | + #include <pw3270/pw3270cpp.h> |
76 | #include <cerrno> | 76 | #include <cerrno> |
77 | #include <cstring> | 77 | #include <cstring> |
78 | 78 |