diff options
author | David Zeuthen <davidz@redhat.com> | 2006-08-19 13:49:32 -0400 |
---|---|---|
committer | David Zeuthen <davidz@redhat.com> | 2006-08-19 13:49:32 -0400 |
commit | d9bcef8e186626c8270d848f585e64c363cf6796 (patch) | |
tree | 848e957e84bbc278c6aee332f78363a6d921a3f3 /tools/hal-storage-eject.c | |
parent | ca064f6f313f7afd134e67e0fa7ac2fc5e25dd64 (diff) | |
parent | 27050b659a63c9ffe79f997a2d562a56821e49c3 (diff) |
Merge branch 'master' of ssh://david@git.freedesktop.org/git/hal
Diffstat (limited to 'tools/hal-storage-eject.c')
-rw-r--r-- | tools/hal-storage-eject.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/hal-storage-eject.c b/tools/hal-storage-eject.c index 6cb8ab42..516d078e 100644 --- a/tools/hal-storage-eject.c +++ b/tools/hal-storage-eject.c @@ -34,8 +34,8 @@ #include <sys/types.h> #include <unistd.h> -#include <libhal/libhal.h> -#include <libhal-storage/libhal-storage.h> +#include <libhal.h> +#include <libhal-storage.h> #ifdef HAVE_POLKIT #include <libpolkit.h> #endif |