aboutsummaryrefslogtreecommitdiffstats
path: root/module/splat/splat-atomic.c
diff options
context:
space:
mode:
authorBrian Behlendorf <[email protected]>2012-11-02 15:29:44 -0700
committerBrian Behlendorf <[email protected]>2012-11-06 14:48:56 -0800
commitdf870a697fc8669d63534b27a108335269a7884f (patch)
tree18b4965b6a407de433035af8cc0d7856b0acfcb9 /module/splat/splat-atomic.c
parentd2733258d09b02fac76af0df9921e369d33e9642 (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.c2
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"