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/blob.h b/ndn-cpp/c/util/blob.h index 06dbce1..18bcd03 100644 --- a/ndn-cpp/c/util/blob.h +++ b/ndn-cpp/c/util/blob.h
@@ -7,6 +7,8 @@ #ifndef NDN_BLOB_H #define NDN_BLOB_H +#include <ndn-cpp/c/common.h> + #ifdef __cplusplus extern "C" { #endif