summaryrefslogtreecommitdiffstats
path: root/storage
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@broadpark.no>2020-08-18 12:07:55 +0200
committerTor Egge <Tor.Egge@broadpark.no>2020-08-18 12:07:55 +0200
commit38f5a0ba1768469f848eb88b8d634e40e6e63dbb (patch)
treec026eda2ae362af82e74a7e0d9f943c876133428 /storage
parentad498f69b572fb53d26424cb03ad45589acfc17f (diff)
Port to Debian 10.
Diffstat (limited to 'storage')
-rw-r--r--storage/src/vespa/storage/persistence/filestorage/filestorhandlerimpl.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/storage/src/vespa/storage/persistence/filestorage/filestorhandlerimpl.cpp b/storage/src/vespa/storage/persistence/filestorage/filestorhandlerimpl.cpp
index f536def28a0..a711b29f7a4 100644
--- a/storage/src/vespa/storage/persistence/filestorage/filestorhandlerimpl.cpp
+++ b/storage/src/vespa/storage/persistence/filestorage/filestorhandlerimpl.cpp
@@ -14,9 +14,11 @@
#include <vespa/storageapi/message/stat.h>
#include <vespa/vespalib/stllike/hash_map.hpp>
#include <vespa/vespalib/util/exceptions.h>
+#ifndef XXH_NO_INLINE_ALL
#ifndef XXH_INLINE_ALL
# define XXH_INLINE_ALL // Let XXH64 be inlined for fixed hash size (bucket ID)
#endif
+#endif
#include <xxhash.h>
#include <vespa/log/log.h>