summaryrefslogtreecommitdiff
path: root/ofproto/tunnel.c
diff options
context:
space:
mode:
authorBen Warren <ben@skyportsystems.com>2016-03-03 10:20:46 -0800
committerBen Pfaff <blp@ovn.org>2016-03-19 10:02:12 -0700
commit3e8a2ad145a3f7e3a905a9dfbc951436679e35cc (patch)
treea8c70ea6f8218f8c578a13d44a0ed07d7cd3f693 /ofproto/tunnel.c
parente03c096dd0a61d1ec2cbc3d096b7dbc128e45939 (diff)
downloadopenvswitch-3e8a2ad145a3f7e3a905a9dfbc951436679e35cc.tar.gz
Move lib/dynamic-string.h to include/openvswitch directory
Signed-off-by: Ben Warren <ben@skyportsystems.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'ofproto/tunnel.c')
-rw-r--r--ofproto/tunnel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ofproto/tunnel.c b/ofproto/tunnel.c
index a63cf716b..551334fbc 100644
--- a/ofproto/tunnel.c
+++ b/ofproto/tunnel.c
@@ -21,7 +21,7 @@
#include "connectivity.h"
#include "csum.h"
#include "dpif.h"
-#include "dynamic-string.h"
+#include "openvswitch/dynamic-string.h"
#include "fat-rwlock.h"
#include "hash.h"
#include "hmap.h"