aboutsummaryrefslogtreecommitdiff
path: root/db/skiplist.h
diff options
context:
space:
mode:
authorPieter Wuille <pieter.wuille@gmail.com>2014-10-16 12:23:50 -0700
committerPieter Wuille <pieter.wuille@gmail.com>2014-10-16 12:23:50 -0700
commit4b0e2d75d78036e7e76fd9584e17b0379ba08d24 (patch)
treeab3e90ac840140eb5bec8a5c69bf890162a43941 /db/skiplist.h
parent938b68984668445035b2505e1b7ec07649dd2bbc (diff)
downloadbitcoin-4b0e2d75d78036e7e76fd9584e17b0379ba08d24.tar.xz
Squashed 'src/leveldb/' changes from 7924331..7d41e6f
7d41e6f Merge upstream LevelDB 1.18 803d692 Release 1.18 git-subtree-dir: src/leveldb git-subtree-split: 7d41e6f89ff04ce9e6a742932924796f69c6e23d
Diffstat (limited to 'db/skiplist.h')
-rw-r--r--db/skiplist.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/db/skiplist.h b/db/skiplist.h
index af85be6d01..ed8b092203 100644
--- a/db/skiplist.h
+++ b/db/skiplist.h
@@ -1,3 +1,6 @@
+#ifndef STORAGE_LEVELDB_DB_SKIPLIST_H_
+#define STORAGE_LEVELDB_DB_SKIPLIST_H_
+
// Copyright (c) 2011 The LevelDB Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. See the AUTHORS file for names of contributors.
@@ -377,3 +380,5 @@ bool SkipList<Key,Comparator>::Contains(const Key& key) const {
}
} // namespace leveldb
+
+#endif // STORAGE_LEVELDB_DB_SKIPLIST_H_