lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

001-include_fix.patch (207B)


      1 --- a/lib/device/dev-type.c
      2 +++ b/lib/device/dev-type.c
      3 @@ -22,7 +22,7 @@
      4  #include <ctype.h>
      5  
      6  #ifdef BLKID_WIPING_SUPPORT
      7 -#include <blkid.h>
      8 +#include <blkid/blkid.h>
      9  #endif
     10  
     11  #ifdef UDEV_SYNC_SUPPORT