diff options
author | CoprDistGit <infra@openeuler.org> | 2025-09-16 02:14:23 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2025-09-16 02:14:23 +0000 |
commit | a1a9ca04a535ba8c893370f5c5738b3c6f9e9941 (patch) | |
tree | 5c58cf99d37cd0804478a689f39b488fa1decb72 /dbus-c++-gcc4.7.patch | |
parent | 0d1171fce1e277ef6ed6cdb2918b2bc9637b82ac (diff) |
automatic import of dbus-c++
Diffstat (limited to 'dbus-c++-gcc4.7.patch')
-rw-r--r-- | dbus-c++-gcc4.7.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dbus-c++-gcc4.7.patch b/dbus-c++-gcc4.7.patch new file mode 100644 index 0000000..5cb8096 --- /dev/null +++ b/dbus-c++-gcc4.7.patch @@ -0,0 +1,12 @@ +diff --git a/include/dbus-c++/eventloop-integration.h b/include/dbus-c++/eventloop-integration.h +index 1b0302e..3e44304 100644 +--- a/include/dbus-c++/eventloop-integration.h ++++ b/include/dbus-c++/eventloop-integration.h +@@ -26,6 +26,7 @@ + #define __DBUSXX_EVENTLOOP_INTEGRATION_H + + #include <errno.h> ++#include <unistd.h> + #include "api.h" + #include "dispatcher.h" + #include "util.h" |