Commit ab283cf3b653d847034a5c8e5568a9d6434e660f

Authored by Perry Werneck
1 parent 784c46b3
Exists in master

Updating package from git.

Showing 2 changed files with 1 additions and 2 deletions   Show diff stats
rpm/php5-pw3270.spec
... ... @@ -69,4 +69,3 @@ rm -rf $RPM_BUILD_ROOT
69 69  
70 70 %changelog
71 71  
72   -
... ...
src/php3270.h.in
... ... @@ -76,7 +76,7 @@
76 76 #undef PACKAGE_NAME
77 77 #undef PACKAGE_VERSION
78 78 #undef HAVE_MALLOC_H
79   - #include <pw3270/class.h>
  79 + #include <pw3270cpp.h>
80 80  
81 81 // PHP object
82 82 using namespace PW3270_NAMESPACE;
... ...