From 32a7d2d7076cc7897c55d7f5f656e507bed3c94f Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sun, 19 Apr 2009 11:53:23 +0000 Subject: Fix compilation svn path=/trunk/libnsbmp/; revision=7133 --- examples/decode_bmp.c | 2 +- examples/decode_ico.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'examples') diff --git a/examples/decode_bmp.c b/examples/decode_bmp.c index 6834318..cdeaaf4 100644 --- a/examples/decode_bmp.c +++ b/examples/decode_bmp.c @@ -15,7 +15,7 @@ #include #include #include -#include "../libnsbmp.h" +#include "../include/libnsbmp.h" #define BYTES_PER_PIXEL 4 #define TRANSPARENT_COLOR 0xffffffff diff --git a/examples/decode_ico.c b/examples/decode_ico.c index 7d3ea4f..c62b009 100644 --- a/examples/decode_ico.c +++ b/examples/decode_ico.c @@ -15,7 +15,7 @@ #include #include #include -#include "../libnsbmp.h" +#include "../include/libnsbmp.h" /* Currently the library returns the data in RGBA format, * so there are 4 bytes per pixel */ -- cgit v1.2.3