mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 13:33:28 +08:00
298cd8eaa2
Autogenerated from rename-patch.py (http://patchwork.ozlabs.org/patch/403345) Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
18 lines
547 B
Diff
18 lines
547 B
Diff
Fix build failure with gcc 4.7+
|
|
From bugtracker: http://sourceforge.net/p/dbus-cplusplus/patches/13/
|
|
|
|
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
|
|
|
|
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"
|