diff options
Diffstat (limited to 'kernel/net/ceph/crush/hash.c')
-rw-r--r-- | kernel/net/ceph/crush/hash.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/kernel/net/ceph/crush/hash.c b/kernel/net/ceph/crush/hash.c index 5bb63e37a..ed123af49 100644 --- a/kernel/net/ceph/crush/hash.c +++ b/kernel/net/ceph/crush/hash.c @@ -1,6 +1,8 @@ - -#include <linux/types.h> -#include <linux/crush/hash.h> +#ifdef __KERNEL__ +# include <linux/crush/hash.h> +#else +# include "hash.h" +#endif /* * Robert Jenkins' function for mixing 32-bit values |