From 9da7a7dc2c6e2defe05cbb305e44f529c774dbd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Fri, 8 Sep 2000 22:10:54 +0200 Subject: [PATCH] Oops... Rev: src/modules/Image/encodings/pcx.c:1.13 --- src/modules/Image/encodings/pcx.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/modules/Image/encodings/pcx.c b/src/modules/Image/encodings/pcx.c index 5b1511ebe9..c641ce7512 100644 --- a/src/modules/Image/encodings/pcx.c +++ b/src/modules/Image/encodings/pcx.c @@ -1,5 +1,5 @@ #include "global.h" -RCSID("$Id: pcx.c,v 1.12 2000/09/08 20:10:26 grubba Exp $"); +RCSID("$Id: pcx.c,v 1.13 2000/09/08 20:10:54 grubba Exp $"); #include "image_machine.h" @@ -20,6 +20,7 @@ RCSID("$Id: pcx.c,v 1.12 2000/09/08 20:10:26 grubba Exp $"); #include "builtin_functions.h" #include "operators.h" #include "dynamic_buffer.h" +#include "bignum.h" #include "image.h" #include "colortable.h" -- GitLab