diff options
author | Leo Howell <leo@lwh.jp> | 2009-09-27 16:53:16 +0900 |
---|---|---|
committer | Leo Howell <leo@lwh.jp> | 2009-09-27 16:53:16 +0900 |
commit | 388507a61df32c0bddf7e61c5da013c3f29d32d4 (patch) | |
tree | 3319b13ff5c0cb8398393519c8c531599735b5f4 /lpg/libqr/test.c | |
parent | 559eb9633e1f97d70112f02538ae5e9a0e46f4d5 (diff) | |
download | pdf-simple-sign-388507a61df32c0bddf7e61c5da013c3f29d32d4.tar.gz pdf-simple-sign-388507a61df32c0bddf7e61c5da013c3f29d32d4.tar.xz pdf-simple-sign-388507a61df32c0bddf7e61c5da013c3f29d32d4.zip |
bitstream -> qr_bitstream
Diffstat (limited to 'lpg/libqr/test.c')
-rw-r--r-- | lpg/libqr/test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lpg/libqr/test.c b/lpg/libqr/test.c index 035908b..4e288af 100644 --- a/lpg/libqr/test.c +++ b/lpg/libqr/test.c @@ -4,7 +4,7 @@ #include <qr/code.h> #include <qr/data.h> -#include "bitstream.h" +#include "qr-bitstream.h" #include "code-common.h" int main() { |