diff options
author | Brian Behlendorf <[email protected]> | 2012-11-02 15:29:44 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2012-11-06 14:48:56 -0800 |
commit | df870a697fc8669d63534b27a108335269a7884f (patch) | |
tree | 18b4965b6a407de433035af8cc0d7856b0acfcb9 /module/splat/splat-generic.c | |
parent | d2733258d09b02fac76af0df9921e369d33e9642 (diff) |
splat: Cleanup headers
Restructure the the SPLAT headers such that each test only
includes the minimal set of headers it requires.
Signed-off-by: Brian Behlendorf <[email protected]>
Diffstat (limited to 'module/splat/splat-generic.c')
-rw-r--r-- | module/splat/splat-generic.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/module/splat/splat-generic.c b/module/splat/splat-generic.c index f9c3c7ec5..38df14d3b 100644 --- a/module/splat/splat-generic.c +++ b/module/splat/splat-generic.c @@ -24,6 +24,7 @@ * Solaris Porting LAyer Tests (SPLAT) Generic Tests. \*****************************************************************************/ +#include <sys/sunddi.h> #include "splat-internal.h" #define SPLAT_GENERIC_NAME "generic" |