diff options
Diffstat (limited to 'lpg/libqr/data-common.h')
-rw-r--r-- | lpg/libqr/data-common.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lpg/libqr/data-common.h b/lpg/libqr/data-common.h index d5f6e45..1522b09 100644 --- a/lpg/libqr/data-common.h +++ b/lpg/libqr/data-common.h @@ -3,11 +3,11 @@ #include <qr/data.h> -#include "bitstream.h" +#include "qr-bitstream.h" struct qr_data { int format; /* 1 ~ 40 */ - struct bitstream * bits; + struct qr_bitstream * bits; size_t offset; }; |