commit | f9f4eb012155e83226c13acbbe35737c1d8698b8 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Dec 16 01:51:14 2011 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Dec 16 02:51:36 2011 -0800 |
tree | 8e0ea8d67d6d1e75976f06c034abcdffff9588e8 | |
parent | 9ad10afa986abe0e855d22242be1d1bc62870b00 [diff] [blame] |
Resolve compilation issues (more accurate with headers)
diff --git a/apps/ccnx-consumer.cc b/apps/ccnx-consumer.cc index 27891b1..7e541ec 100644 --- a/apps/ccnx-consumer.cc +++ b/apps/ccnx-consumer.cc
@@ -29,7 +29,7 @@ #include "ns3/uinteger.h" #include "ns3/ccnx.h" -#include "ns3/ccnx-local-face.h" +#include "../model/ccnx-local-face.h" #include "ns3/ccnx-interest-header.h" #include "ns3/ccnx-content-object-header.h"