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-atomic.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-atomic.c')
-rw-r--r-- | module/splat/splat-atomic.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/module/splat/splat-atomic.c b/module/splat/splat-atomic.c index 6162d6abf..cdb3353f9 100644 --- a/module/splat/splat-atomic.c +++ b/module/splat/splat-atomic.c @@ -24,6 +24,8 @@ * Solaris Porting LAyer Tests (SPLAT) Atomic Tests. \*****************************************************************************/ +#include <sys/atomic.h> +#include <sys/thread.h> #include "splat-internal.h" #define SPLAT_ATOMIC_NAME "atomic" |