Skip to content

Commit

Permalink
Fix pre-10.13 linkage
Browse files Browse the repository at this point in the history
  • Loading branch information
vit9696 committed Jul 22, 2018
1 parent 3d1eb9a commit 0f9821e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lzvn/lzvn.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSI

#include "lzvn.h"

#include <Availability.h>
#include <libkern/libkern.h>
#include <string.h>

#ifndef assert
# define assert(x) do { } while (0)
#endif
Expand Down
2 changes: 2 additions & 0 deletions lzvn/lzvn.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@
#ifndef LZVN_H
#define LZVN_H

#include <Availability.h>
#include <libkern/libkern.h>
#include <string.h>

#ifdef __cplusplus
extern "C" {
Expand Down

0 comments on commit 0f9821e

Please sign in to comment.