summaryrefslogtreecommitdiff
path: root/lib/stream-tcp.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 /lib/stream-tcp.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 'lib/stream-tcp.c')
-rw-r--r--lib/stream-tcp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stream-tcp.c b/lib/stream-tcp.c
index fc5a60644..2b57ca71a 100644
--- a/lib/stream-tcp.c
+++ b/lib/stream-tcp.c
@@ -25,7 +25,7 @@
#include <string.h>
#include <sys/socket.h>
#include <unistd.h>
-#include "dynamic-string.h"
+#include "openvswitch/dynamic-string.h"
#include "packets.h"
#include "socket-util.h"
#include "util.h"