Skip to content

Commit

Permalink
fix missing linux/param.h include with musl libc
Browse files Browse the repository at this point in the history
  • Loading branch information
stf committed Aug 16, 2014
1 parent 663ace7 commit d375c61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions module/zfs/arc.c
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@
#include <sys/vdev.h>
#include <sys/vdev_impl.h>
#include <sys/dsl_pool.h>
#include <linux/param.h>
#ifdef _KERNEL
#include <sys/vmsystm.h>
#include <vm/anon.h>
Expand Down

0 comments on commit d375c61

Please sign in to comment.