Commit 9abfe146 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Fix precompiler warning

parent 4d49ad69
......@@ -2037,7 +2037,7 @@ static int GetiPodID( int64_t *p_ipod_id )
mach_port_deallocate( mach_task_self(), port );
}
#elif HAVE_SYSFS_LIBSYSFS_H
#elif defined (HAVE_SYSFS_LIBSYSFS_H)
struct sysfs_bus *bus = NULL;
struct dlist *devlist = NULL;
struct dlist *attributes = NULL;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment