diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-11 16:29:22 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-11 16:29:22 -0800 |
commit | 63f45b80947cb0819673860f6970f483e2cab21d (patch) | |
tree | 6b0d46c7da70786c15ee893d8a48aa866ae3742c /fs/partitions/ultrix.c | |
parent | 85837ebdd7bb3e96a60e9b4c6af6c60d1273bc67 (diff) | |
parent | b2d1a8adc9cf3bde32a18a1a1856641638a9c729 (diff) | |
download | kernel-crypto-63f45b80947cb0819673860f6970f483e2cab21d.tar.gz kernel-crypto-63f45b80947cb0819673860f6970f483e2cab21d.tar.xz kernel-crypto-63f45b80947cb0819673860f6970f483e2cab21d.zip |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
Diffstat (limited to 'fs/partitions/ultrix.c')
-rw-r--r-- | fs/partitions/ultrix.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/partitions/ultrix.c b/fs/partitions/ultrix.c index 8a8d4d9db31..ec852c11dce 100644 --- a/fs/partitions/ultrix.c +++ b/fs/partitions/ultrix.c @@ -7,6 +7,7 @@ */ #include "check.h" +#include "ultrix.h" int ultrix_partition(struct parsed_partitions *state, struct block_device *bdev) { |