commit | 00dc6e0a4e7e1e7843fb70fe8fb4012c8b96db3f | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jefft0@gmail.com> | Thu Jun 27 18:17:09 2013 -0700 |
committer | Jeff Thompson <jefft0@gmail.com> | Thu Jun 27 18:17:09 2013 -0700 |
tree | c98a0a220f040f035604b4733dbfded021fc5747 | |
parent | d6f13284fe28120326a4ee6ca227613f83a1dc39 [diff] |
Temporarily change to NDN_NAME_HXX to not conflict with the C version.
diff --git a/ndn-cpp/fields/name.h b/ndn-cpp/fields/name.h index 0eeed2a..f45f694 100644 --- a/ndn-cpp/fields/name.h +++ b/ndn-cpp/fields/name.h
@@ -10,8 +10,8 @@ * Zhenkai Zhu <zhenkai@cs.ucla.edu> */ -#ifndef NDN_NAME_H -#define NDN_NAME_H +#ifndef NDN_NAME_HXX +#define NDN_NAME_HXX #include "ndn-cpp/fields/name-component.h" #include "ndn-cpp/common.h"