diff --git a/examples/tasks/conf/build.conf b/examples/tasks/conf/build.conf index 4a4af59..3b9e21a 100644 --- a/examples/tasks/conf/build.conf +++ b/examples/tasks/conf/build.conf @@ -6,6 +6,8 @@ cflags=-Wall -Wmissing-declarations -Wshadow cflags=-Wstrict-prototypes -Wmissing-prototypes cflags=-Wpointer-arith -Wcast-qual -Wsign-compare +cflags=-I/usr/local/include + dev { # These cflags are added to the shared ones when # you build the "dev" flavor.