Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion opal/mca/pmix/pmix2x/pmix/src/util/compress.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*
* Copyright (c) 2016 Intel, Inc. All rights reserved.
* Copyright (c) 2017 Cisco Systems, Inc. All rights reserved.
* $COPYRIGHT$
*
* Additional copyrights may follow
Expand All @@ -21,7 +22,7 @@
#include "src/include/pmix_globals.h"
#include "src/util/compress.h"

#ifdef HAVE_ZLIB_H
#if PMIX_HAVE_ZLIB
bool pmix_util_compress_string(char *instring,
uint8_t **outbytes,
size_t *nbytes)
Expand Down