diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2012-01-28 20:05:40 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2012-01-28 20:05:40 +0300 |
commit | a85cf51d5ea0c24dcef4e8e666a9363dfdfb95e0 (patch) | |
tree | 3958402c441b2af08ddf8553aa39c2c3be9042eb | |
parent | c34dcde2b1a282071de316f03f4dec4a12efc73b (diff) | |
download | libbsd-a85cf51d5ea0c24dcef4e8e666a9363dfdfb95e0.tar.gz |
Search include/ as well
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -125,6 +125,7 @@ LDFLAGS ?= # Internal makefile variables MK_CPPFLAGS := -isystem include/bsd/ \ + -isystem include/ \ -DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED \ -D_GNU_SOURCE -D__REENTRANT MK_CFLAGS := |