summaryrefslogtreecommitdiffstats
path: root/src/hal-common.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hal-common.c')
-rw-r--r--src/hal-common.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hal-common.c b/src/hal-common.c
index 6b36d6f..0e731b6 100644
--- a/src/hal-common.c
+++ b/src/hal-common.c
@@ -17,7 +17,7 @@
|
| The following changes were done:
|
-| - libhal becomes optional (see #if HAVE_LIBHAL sections)
+| - libhal becomes optional (see #ifdef HAVE_LIBHAL sections)
| - provide some dummy libhal functions to make libhal-independence
| of ipod-device.c easier.
|
@@ -58,7 +58,7 @@
#include "hal-common.h"
-#if HAVE_LIBHAL
+#ifdef HAVE_LIBHAL
#include <dbus/dbus.h>
#include <dbus/dbus-glib.h>