diff options
| author | Matt Jacob <mjacob@FreeBSD.org> | 2000-12-09 22:32:49 +0000 |
|---|---|---|
| committer | Matt Jacob <mjacob@FreeBSD.org> | 2000-12-09 22:32:49 +0000 |
| commit | 80e8f27bbc411fd6dddd3d4fa8dc800d3c0678ee (patch) | |
| tree | 7444d8e85202ad29bfa88cd1e00b25d544e65a76 /sys/gnu/ext2fs/ext2_linux_ialloc.c | |
| parent | 2c8380ba4a566b1cae1dbc00d4a2c331207b523c (diff) | |
Notes
Diffstat (limited to 'sys/gnu/ext2fs/ext2_linux_ialloc.c')
| -rw-r--r-- | sys/gnu/ext2fs/ext2_linux_ialloc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/gnu/ext2fs/ext2_linux_ialloc.c b/sys/gnu/ext2fs/ext2_linux_ialloc.c index 3ba49b0c9090..01ae55b078dc 100644 --- a/sys/gnu/ext2fs/ext2_linux_ialloc.c +++ b/sys/gnu/ext2fs/ext2_linux_ialloc.c @@ -48,6 +48,8 @@ #ifdef __i386__ #include <gnu/ext2fs/i386-bitops.h> +#elif __alpha__ +#include <gnu/ext2fs/alpha-bitops.h> #else #error please provide bit operation functions #endif |
