You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
394 B

  1. diff -urN LVM2.2.02.111.old/lib/device/dev-type.c LVM2.2.02.111/lib/device/dev-type.c
  2. --- LVM2.2.02.111.old/lib/device/dev-type.c 2014-09-17 09:41:08.281821278 -0400
  3. +++ LVM2.2.02.111/lib/device/dev-type.c 2014-09-17 09:41:50.773821280 -0400
  4. @@ -22,7 +22,7 @@
  5. #include <ctype.h>
  6. #ifdef BLKID_WIPING_SUPPORT
  7. -#include <blkid.h>
  8. +#include <blkid/blkid.h>
  9. #endif
  10. #include "device-types.h"