summaryrefslogtreecommitdiffstats
path: root/src/hal-common.h
diff options
context:
space:
mode:
authorteuf <teuf@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2005-11-08 09:08:02 +0000
committerteuf <teuf@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2005-11-08 09:08:02 +0000
commite1f8e81579486f84baed17bdc0aa6dee7059d29c (patch)
treeb19b2e86964386bfb7053fa04c22bdf9d2fa7f30 /src/hal-common.h
parent5e9dfa1835ec1bfe8dd06ef2b1546f888b01e286 (diff)
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.h2
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>