Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
filebundle: try to fix build error for older zlib.. #3
  • Loading branch information
perexg committed Jan 24, 2015
1 parent a7d2644 commit 1a93195
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/filebundle.c
Expand Up @@ -24,8 +24,11 @@
#include <string.h>
#include <stdio.h>
#if ENABLE_ZLIB
#define z_const const
#define ZLIB_CONST 1
#include <zlib.h>
#ifndef z_const
#define z_const
#endif
#endif
#include <sys/types.h>
#include <sys/stat.h>
Expand Down

0 comments on commit 1a93195

Please sign in to comment.