aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkTLS.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/SkTLS.cpp')
-rwxr-xr-xsrc/core/SkTLS.cpp9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/core/SkTLS.cpp b/src/core/SkTLS.cpp
index 3f78a2434c..346fed80ce 100755
--- a/src/core/SkTLS.cpp
+++ b/src/core/SkTLS.cpp
@@ -1,3 +1,10 @@
+/*
+ * Copyright 2012 Google Inc.
+ *
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
#include "SkTLS.h"
// enable to help debug TLS storage
@@ -5,7 +12,7 @@
#ifdef SK_TRACE_TLS_LIFETIME
- #include "SkThread.h"
+ #include "SkAtomics.h"
static int32_t gTLSRecCount;
#endif