aboutsummaryrefslogtreecommitdiff
path: root/lib/common/zstd_common.c
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2017-11-09 15:38:02 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2017-11-09 15:38:02 +0000
commit653667f9dc9cc0169deeca1a82a60c2e91d5683a (patch)
treeac900fcbc6efae43f50daa8009f04669eeebe02d /lib/common/zstd_common.c
parent299df5d48ce3c064ef926ac7814c278bcdc92db0 (diff)
Diffstat (limited to 'lib/common/zstd_common.c')
-rw-r--r--lib/common/zstd_common.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/common/zstd_common.c b/lib/common/zstd_common.c
index 08384cabf59b..c2041053be7f 100644
--- a/lib/common/zstd_common.c
+++ b/lib/common/zstd_common.c
@@ -5,6 +5,7 @@
* This source code is licensed under both the BSD-style license (found in the
* LICENSE file in the root directory of this source tree) and the GPLv2 (found
* in the COPYING file in the root directory of this source tree).
+ * You may select, at your option, one of the above-listed licenses.
*/
@@ -15,8 +16,7 @@
#include <stdlib.h> /* malloc, calloc, free */
#include <string.h> /* memset */
#include "error_private.h"
-#define ZSTD_STATIC_LINKING_ONLY
-#include "zstd.h"
+#include "zstd_internal.h"
/*-****************************************