]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/zstd/lib/common/pool.h
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / zstd / lib / common / pool.h
index 458d37f13c3e805d0705871d6f762c6bf4a5263d..259bafc9757062364c8ceac8b3b441b4bfe5f56e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016-present, Yann Collet, Facebook, Inc.
+ * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc.
  * All rights reserved.
  *
  * This source code is licensed under both the BSD-style license (found in the
@@ -18,7 +18,7 @@ extern "C" {
 
 #include <stddef.h>   /* size_t */
 #define ZSTD_STATIC_LINKING_ONLY   /* ZSTD_customMem */
-#include "zstd.h"
+#include "../zstd.h"
 
 typedef struct POOL_ctx_s POOL_ctx;