diff options
author | Wez Furlong <wez@netevil.org> | 2011-04-03 17:42:46 -0400 |
---|---|---|
committer | Wez Furlong <wez@netevil.org> | 2011-04-03 17:42:46 -0400 |
commit | 8e4e3efb4e7c3bdb86f247bd161d0809757609c8 (patch) | |
tree | e56dab3589844e187420cdd5bac70f3b70c4c26a /pctf | |
parent | e9f8c2cd7be8f75fb1d6d9bdb7f3f418d5068e04 (diff) | |
download | ctf-8e4e3efb4e7c3bdb86f247bd161d0809757609c8.tar.gz |
ensure that we install headers under pctf/ as we promised in the README
Diffstat (limited to 'pctf')
-rw-r--r-- | pctf/ctf_api.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pctf/ctf_api.h b/pctf/ctf_api.h index 9a7b91e..0be516d 100644 --- a/pctf/ctf_api.h +++ b/pctf/ctf_api.h @@ -42,6 +42,7 @@ #pragma ident "%Z%%M% %I% %E% SMI" +#include <pctf/pctf_config.h> #include <sys/types.h> #include <pctf/ctf.h> |