Add missing import
This commit is contained in:
parent
bed22b2bf5
commit
11c94b739d
1 changed files with 1 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
#include "libmineziper_bitstream.h"
|
#include "libmineziper_bitstream.h"
|
||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
unsigned int get_bits(bitstream* bs, unsigned int bit_num)
|
unsigned int get_bits(bitstream* bs, unsigned int bit_num)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue