commit | 25b4e61cedef1e58fee23b015199947cfacf8ef9 | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jefft0@gmail.com> | Thu Oct 10 16:03:24 2013 -0700 |
committer | Jeff Thompson <jefft0@gmail.com> | Thu Oct 10 16:03:24 2013 -0700 |
tree | a78918265037305c387b53b0f45a66403fbbc9ae | |
parent | 3855198d990e308aac80784dbd5404f8b01a980c [diff] [blame] |
make: Global change: Move all public headers to include folder. Change source to including public headers using #include <ndn-cpp/*>. Split some header files to minimize exposing C .h files.
diff --git a/ndn-cpp/c/util/crypto.h b/ndn-cpp/c/util/crypto.h index 5bec549..586108b 100644 --- a/ndn-cpp/c/util/crypto.h +++ b/ndn-cpp/c/util/crypto.h
@@ -9,7 +9,7 @@ #include <openssl/ssl.h> #include <openssl/rsa.h> -#include "../common.h" +#include <ndn-cpp/c/common.h> #ifdef __cplusplus extern "C" {