Ticket #460: opencity-0.0.6.3stable.patch
| File opencity-0.0.6.3stable.patch, 567 bytes (added by michaelvoliveira, 5 years ago) |
|---|
-
src/tinyxpath/node_set.cpp
diff -Naur opencity-0.0.6.3stable/src/tinyxpath/node_set.cpp opencity-0.0.6.3stable-haiku/src/tinyxpath/node_set.cpp
old new 23 23 */ 24 24 25 25 #include "node_set.h" 26 #ifdef HAVE_STDINT_H 27 #include "stdint.h" // for intptr_t (32/64 bits void* pointer compatibility) 28 #endif 26 #include <stdint.h> // for intptr_t (32/64 bits void* pointer compatibility) 29 27 30 28 namespace TinyXPath 31 29 {
