From 7773151bd3162a53baed1fd267d0ec3da045152e Mon Sep 17 00:00:00 2001 From: Sean Fox Date: Tue, 15 Jul 2008 16:02:13 +0000 Subject: Decode example now includes local header so it's useful prior to installing the library svn path=/branches/dynis/libnsgif/; revision=4671 --- examples/decode_gif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/decode_gif.c b/examples/decode_gif.c index 6f77fb1..c2b3d7a 100644 --- a/examples/decode_gif.c +++ b/examples/decode_gif.c @@ -24,7 +24,7 @@ #include #include #include -#include +#include "../libnsgif.h" unsigned char *load_file(const char *path, size_t *data_size); void warning(const char *context, int code); -- cgit v1.2.3