1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

Add one define that is necessary for older (experimental) libudev to work.

This commit is contained in:
Peter Rajnoha 2009-09-11 15:57:51 +00:00
parent 93d1fdba4b
commit 9b77df2ae7

View File

@ -29,6 +29,7 @@
# include <sys/ipc.h>
# include <sys/sem.h>
#ifdef HAVE_UDEV_QUEUE_GET_UDEV_IS_ACTIVE
# define LIBUDEV_I_KNOW_THE_API_IS_SUBJECT_TO_CHANGE
# include <libudev.h>
#endif
#endif