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/name.h b/ndn-cpp/c/name.h index d6badc1..78fcc9c 100644 --- a/ndn-cpp/c/name.h +++ b/ndn-cpp/c/name.h
@@ -7,6 +7,7 @@ #ifndef NDN_NAME_H #define NDN_NAME_H +#include <ndn-cpp/c/common.h> #include "errors.h" #include "util/blob.h"