diff options
Diffstat (limited to 'package/bootutils/bootutils-0.0.7_header-fix.patch')
-rw-r--r-- | package/bootutils/bootutils-0.0.7_header-fix.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/package/bootutils/bootutils-0.0.7_header-fix.patch b/package/bootutils/bootutils-0.0.7_header-fix.patch new file mode 100644 index 000000000..8ea417935 --- /dev/null +++ b/package/bootutils/bootutils-0.0.7_header-fix.patch @@ -0,0 +1,12 @@ +diff -ru bootutils-0.0.7_vanilla/libblkid/blkid.h bootutils-0.0.7_header-fix/libblkid/blkid.h +--- bootutils-0.0.7_vanilla/libblkid/blkid.h 2007-07-16 18:30:48.000000000 +0000 ++++ bootutils-0.0.7_header-fix/libblkid/blkid.h 2008-03-29 15:34:54.000000000 +0000 +@@ -14,7 +14,7 @@ + #define _BLKID_BLKID_H + + #include <sys/types.h> +-#include <blkid/blkid_types.h> ++#include "blkid_types.h" + + #ifdef __cplusplus + extern "C" { |