]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/zstd/programs/dibio.h
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / zstd / programs / dibio.h
index ea163fe6afd9c75ae021a80049de8e8e7d7a0ea3..682723d6a54b7cf2b3ffe828188db3b5e35124db 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
@@ -19,7 +19,7 @@
 *  Dependencies
 ***************************************/
 #define ZDICT_STATIC_LINKING_ONLY
-#include "zdict.h"     /* ZDICT_params_t */
+#include "../lib/dictBuilder/zdict.h"     /* ZDICT_params_t */
 
 
 /*-*************************************