diff options
author | David Herrmann <dh.herrmann@googlemail.com> | 2012-09-08 16:18:19 +0200 |
---|---|---|
committer | David Herrmann <dh.herrmann@googlemail.com> | 2012-09-08 16:18:19 +0200 |
commit | d84ed347bf56ba3875ad539f9500ba4e6d7a9653 (patch) | |
tree | 86d69d76c07f06c4ff1fa0df969f9406f42c6246 /external | |
parent | 667f5d16f666ae841066b574a6986223b4cb9470 (diff) |
build: fix dbus-loop build
We need to include everything in the distribution and fix the
include-path, otherwise, we might get "distcheck" errors.
Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
Diffstat (limited to 'external')
-rw-r--r-- | external/dbus-loop.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/external/dbus-loop.c b/external/dbus-loop.c index 592b0a3..6616418 100644 --- a/external/dbus-loop.c +++ b/external/dbus-loop.c @@ -27,8 +27,8 @@ #include <sys/timerfd.h> #include <unistd.h> -#include "dbus-loop.h" -#include "dbus-common.h" +#include "external/dbus-loop.h" +#include "external/dbus-common.h" /* Minimal implementation of the dbus loop which integrates all dbus * events into a single epoll fd which we can triviall integrate with |