diff options
| author | Christophe Fergeau <teuf@gnome.org> | 2005-11-08 09:08:02 +0000 |
|---|---|---|
| committer | Christophe Fergeau <teuf@gnome.org> | 2005-11-08 09:08:02 +0000 |
| commit | bf46e1695894bba62a06e8e22f4cca29f7ae033a (patch) | |
| tree | b19b2e86964386bfb7053fa04c22bdf9d2fa7f30 /src/hal-common.h | |
| parent | ceb4e16403677caf3bd5548108d458ca42349663 (diff) | |
| download | libgpod-bf46e1695894bba62a06e8e22f4cca29f7ae033a.tar.gz libgpod-bf46e1695894bba62a06e8e22f4cca29f7ae033a.tar.xz libgpod-bf46e1695894bba62a06e8e22f4cca29f7ae033a.zip | |
2005-11-08 Christophe Fergeau <teuf@gnome.org>
* src/hal-common.c:
* src/hal-common.h: more #if => #ifdef changes
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1145 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'src/hal-common.h')
| -rw-r--r-- | src/hal-common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hal-common.h b/src/hal-common.h index db525fa..cd78cc4 100644 --- a/src/hal-common.h +++ b/src/hal-common.h @@ -62,7 +62,7 @@ #include <glib.h> #include <glib-object.h> -#if HAVE_LIBHAL +#ifdef HAVE_LIBHAL #include <libhal.h> #include <dbus/dbus.h> |
