diff options
author | Leo Howell <leo@lwh.jp> | 2009-10-08 16:41:56 +0900 |
---|---|---|
committer | Leo Howell <leo@lwh.jp> | 2009-10-08 16:41:56 +0900 |
commit | ce330147acca10cd66c370847bdc3e824a83a0c6 (patch) | |
tree | bb9dd881daacfe1dff656371df6d2292bcbd7658 /lpg/libqr/qr-mask.c | |
parent | 6359bfddcc5868093418784fa2e972581ebd82b6 (diff) | |
download | pdf-simple-sign-ce330147acca10cd66c370847bdc3e824a83a0c6.tar.gz pdf-simple-sign-ce330147acca10cd66c370847bdc3e824a83a0c6.tar.xz pdf-simple-sign-ce330147acca10cd66c370847bdc3e824a83a0c6.zip |
add qrgen sample app
Diffstat (limited to 'lpg/libqr/qr-mask.c')
-rw-r--r-- | lpg/libqr/qr-mask.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lpg/libqr/qr-mask.c b/lpg/libqr/qr-mask.c index 2a63c0b..7ff78a4 100644 --- a/lpg/libqr/qr-mask.c +++ b/lpg/libqr/qr-mask.c @@ -1,6 +1,6 @@ #include <limits.h> #include <stdlib.h> -#include "qr-bitmap.h" +#include <qr/bitmap.h> #include "qr-mask.h" struct qr_bitmap * qr_mask_apply(const struct qr_bitmap * orig, |