1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-03 05:18:29 +03:00

fix libdevmapper-event include

This commit is contained in:
Alasdair Kergon 2005-12-21 19:45:16 +00:00
parent 3fc3e48c44
commit fd4808fe8c

View File

@ -25,7 +25,10 @@
#include "lvm-string.h" #include "lvm-string.h"
#include "targets.h" #include "targets.h"
#include "activate.h" #include "activate.h"
#include "libdevmapper-event.h"
#ifdef DMEVENTD
# include <libdevmapper-event.h>
#endif
static int _block_on_error_available = 0; static int _block_on_error_available = 0;