diff options
Diffstat (limited to 'daemons/cmirrord/functions.h')
-rw-r--r-- | daemons/cmirrord/functions.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/daemons/cmirrord/functions.h b/daemons/cmirrord/functions.h index 20453f5..524fd0b 100644 --- a/daemons/cmirrord/functions.h +++ b/daemons/cmirrord/functions.h @@ -7,12 +7,13 @@ * * You should have received a copy of the GNU Lesser General Public License * along with this program; if not, write to the Free Software Foundation, - * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef _LVM_CLOG_FUNCTIONS_H #define _LVM_CLOG_FUNCTIONS_H -#include "dm-log-userspace.h" +#include "libdm/libdevmapper.h" +#include "libdm/misc/dm-log-userspace.h" #include "cluster.h" #define LOG_RESUMED 1 |