Skip to content

Commit

Permalink
Fix compilation errors
Browse files Browse the repository at this point in the history
Change-Id: I57e9e601fa8ea837def54488da139b4a694280c9
Fixes-Bug: #1526153
  • Loading branch information
praveenkv committed Dec 15, 2015
1 parent f16d1d5 commit dc96788
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/vnsw/agent/oper/test/ifmap_dependency_manager_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ class IFMapDependencyManagerTest : public ::testing::Test {
}

void RequestEventHandler(IFMapNode *node, DBEntry *entry) {
IFMapNodeState *state = dependency_manager_->IFMapNodeGet(node);
change_list_.push_back(node);
}

Expand Down
1 change: 1 addition & 0 deletions src/vnsw/agent/test/pkt_gen.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#include <netinet/ip.h>
#include <net/ethernet.h>
#include <netinet/ip_icmp.h>
#include <netinet/tcp.h>

#include <pkt/pkt_handler.h>
#include <vr_interface.h>
Expand Down

0 comments on commit dc96788

Please sign in to comment.