summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorSean Fox <dyntryx@gmail.com>2008-07-15 16:02:13 +0000
committerSean Fox <dyntryx@gmail.com>2008-07-15 16:02:13 +0000
commit7773151bd3162a53baed1fd267d0ec3da045152e (patch)
tree4a810a12489e5a77a3f00e2935b168f425ad1476 /examples
parent8e9497e6d751521fe493bc201b56d5b0594eb7ab (diff)
downloadlibnsgif-7773151bd3162a53baed1fd267d0ec3da045152e.tar.gz
libnsgif-7773151bd3162a53baed1fd267d0ec3da045152e.tar.bz2
Decode example now includes local header so it's useful prior to installing the library
svn path=/branches/dynis/libnsgif/; revision=4671
Diffstat (limited to 'examples')
-rw-r--r--examples/decode_gif.c2
1 files changed, 1 insertions, 1 deletions
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 <stdio.h>
#include <string.h>
#include <sys/stat.h>
-#include <libnsgif.h>
+#include "../libnsgif.h"
unsigned char *load_file(const char *path, size_t *data_size);
void warning(const char *context, int code);