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.. #2
  • Loading branch information
perexg committed Jan 24, 2015
1 parent 078dff5 commit a7d2644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/filebundle.c
Expand Up @@ -24,7 +24,7 @@
#include <string.h>
#include <stdio.h>
#if ENABLE_ZLIB
#define ZLIB_CONST 1
#define z_const const
#include <zlib.h>
#endif
#include <sys/types.h>
Expand Down

0 comments on commit a7d2644

Please sign in to comment.