diff --git a/[refs] b/[refs] index f0f0187ecf2a..022cf63e367e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 056075c76417b112b4924e7b6386fdc6dfc9ac03 +refs/heads/master: daaa5f7cbee37dfc8464d350f1eacd6e94b278cc diff --git a/trunk/drivers/md/dm-snap-persistent.c b/trunk/drivers/md/dm-snap-persistent.c index d1f1d7017103..3ac415675b6c 100644 --- a/trunk/drivers/md/dm-snap-persistent.c +++ b/trunk/drivers/md/dm-snap-persistent.c @@ -10,6 +10,7 @@ #include #include #include +#include #include #include diff --git a/trunk/drivers/md/dm-snap-transient.c b/trunk/drivers/md/dm-snap-transient.c index a0898a66a2f8..1ce9a2586e41 100644 --- a/trunk/drivers/md/dm-snap-transient.c +++ b/trunk/drivers/md/dm-snap-transient.c @@ -10,6 +10,7 @@ #include #include #include +#include #include #include diff --git a/trunk/drivers/md/dm-uevent.c b/trunk/drivers/md/dm-uevent.c index 6b1e3b61b25e..8efe033bab55 100644 --- a/trunk/drivers/md/dm-uevent.c +++ b/trunk/drivers/md/dm-uevent.c @@ -22,6 +22,7 @@ #include #include #include +#include #include "dm.h" #include "dm-uevent.h" diff --git a/trunk/lib/raid6/mktables.c b/trunk/lib/raid6/mktables.c index 3b1500843bba..8a3780902cec 100644 --- a/trunk/lib/raid6/mktables.c +++ b/trunk/lib/raid6/mktables.c @@ -60,6 +60,7 @@ int main(int argc, char *argv[]) uint8_t exptbl[256], invtbl[256]; printf("#include \n"); + printf("#include \n"); /* Compute multiplication table */ printf("\nconst u8 __attribute__((aligned(256)))\n" diff --git a/trunk/lib/raid6/recov.c b/trunk/lib/raid6/recov.c index 8590d19cf522..fe275d7b6b36 100644 --- a/trunk/lib/raid6/recov.c +++ b/trunk/lib/raid6/recov.c @@ -18,6 +18,7 @@ * the syndrome.) */ +#include #include /* Recover two failed data blocks. */