aboutsummaryrefslogtreecommitdiffstats
path: root/hicn-light/src/hicn/core/fib.h
diff options
context:
space:
mode:
Diffstat (limited to 'hicn-light/src/hicn/core/fib.h')
-rw-r--r--hicn-light/src/hicn/core/fib.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/hicn-light/src/hicn/core/fib.h b/hicn-light/src/hicn/core/fib.h
index f60a42cae..2b9925b61 100644
--- a/hicn-light/src/hicn/core/fib.h
+++ b/hicn-light/src/hicn/core/fib.h
@@ -12,12 +12,13 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-#ifndef fib_h
-#define fib_h
-#include <hicn/core/msgbuf.h>
-#include <hicn/core/name.h>
-#include <hicn/core/fib_entry.h>
+#ifndef HICNLIGHT_FIB_H
+#define HICNLIGHT_FIB_H
+
+#include "fib_entry.h"
+#include "msgbuf.h"
+#include "name.h"
#define _fib_var(x) _fib_ ## x
@@ -57,4 +58,4 @@ do {
free(_fib_var(array)); \
} while(0)
-#endif // fib_h
+#endif /* HICNLIGHT_FIB_H */