X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fbarcode.c;h=cd3038ce534b1bf4fc109b621232a387bb3bf6db;hp=d6592163f496492db7f104570cbcf0b2bf47bcbf;hb=aa75c7476aeaa84cf3abc192b376a8b03c325213;hpb=88cfe534a698a0562e81345957a50714af1453bc diff --git a/hacks/barcode.c b/hacks/barcode.c index d6592163..cd3038ce 100644 --- a/hacks/barcode.c +++ b/hacks/barcode.c @@ -14,6 +14,7 @@ */ #include +#include #include "screenhack.h" /* non-user-modifiable immutable definitions */ @@ -824,7 +825,7 @@ static void drawDigitChar (struct state *st, Bitmap *b, int x, int y, char c) if ((c < '0') || (c > '9')) c = '0'; - bitmapDrawChar5x8 (b, x, y, c); + bitmapDrawChar5x8 (b, x, y, c); } /* draw a upc/ean digit at the given coordinates */