summaryrefslogtreecommitdiff
path: root/third-party
diff options
context:
space:
mode:
authorBen Warren <ben@skyportsystems.com>2016-04-14 15:20:21 -0700
committerBen Pfaff <blp@ovn.org>2016-04-14 16:38:32 -0700
commit25d436fbd49fc4f420c8bb3dcb71209b11c8e11a (patch)
tree94ecf6c415445fb755ad4f4100190e1d090e9702 /third-party
parent66bd43fa50b49534d29c2be94532da9ccb499c34 (diff)
downloadopenvswitch-25d436fbd49fc4f420c8bb3dcb71209b11c8e11a.tar.gz
Move lib/ofp-print.h to include/openvswitch directory
Signed-off-by: Ben Warren <ben@skyportsystems.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'third-party')
-rw-r--r--third-party/ofp-tcpdump.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/third-party/ofp-tcpdump.patch b/third-party/ofp-tcpdump.patch
index 72d33b877..56b35716c 100644
--- a/third-party/ofp-tcpdump.patch
+++ b/third-party/ofp-tcpdump.patch
@@ -93,7 +93,7 @@
+
+#include "interface.h"
+#include "openflow/openflow.h"
-+#include "../../lib/ofp-print.h"
++#include "openvswitch/ofp-print.h"
+
+void
+openflow_print(const u_char *sp, u_int length)