Skip to content

Commit

Permalink
Need #include <sys/sysevent.h> in spa_impl.h
Browse files Browse the repository at this point in the history
The new declaration of spa_event_create() uses "sysevent_t".

Signed-off-by: Tim Chase <tim@chase2k.com>
Requires-builders: style,test
  • Loading branch information
dweeezil committed Jan 7, 2018
1 parent 5befc55 commit 74d652c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/sys/spa_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
#include <sys/dsl_crypt.h>
#include <sys/zfeature.h>
#include <zfeature_common.h>
#include <sys/sysevent.h>

#ifdef __cplusplus
extern "C" {
Expand Down

0 comments on commit 74d652c

Please sign in to comment.