diff --git a/examples/cwebp.c b/examples/cwebp.c index c011b7ea..09c788de 100644 --- a/examples/cwebp.c +++ b/examples/cwebp.c @@ -42,7 +42,7 @@ #include "webp/encode.h" -#include "stopwatch.h" +#include "./stopwatch.h" #ifndef WEBP_DLL #if defined(__cplusplus) || defined(c_plusplus) extern "C" { diff --git a/examples/dwebp.c b/examples/dwebp.c index 65984ee7..619331d7 100644 --- a/examples/dwebp.c +++ b/examples/dwebp.c @@ -39,7 +39,7 @@ #include "webp/decode.h" #include "./example_util.h" -#include "stopwatch.h" +#include "./stopwatch.h" static int verbose = 0; #ifndef WEBP_DLL diff --git a/makefile.unix b/makefile.unix index dee441bd..9fd4baa8 100644 --- a/makefile.unix +++ b/makefile.unix @@ -56,7 +56,7 @@ EXTRA_FLAGS += -Wdeclaration-after-statement AR = ar ARFLAGS = r CC = gcc -CPPFLAGS = -Isrc/ -Iexamples/ -Wall +CPPFLAGS = -Isrc/ -Wall CFLAGS = -O3 -DNDEBUG $(EXTRA_FLAGS) INSTALL = install GROFF = /usr/bin/groff