Skip to content

Commit

Permalink
Merge pull request #167 from phymod0/master
Browse files Browse the repository at this point in the history
#include <unistd.h> to avoid warnings
  • Loading branch information
rampageX committed Jul 14, 2019
2 parents 9037264 + f8ee312 commit 104c821
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bff/bff_huffman_decompress.c
Expand Up @@ -55,6 +55,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#define PACK_HEADER_LENGTH 1
#define HTREE_MAXLEVEL 24

Expand Down

0 comments on commit 104c821

Please sign in to comment.