summaryrefslogtreecommitdiff
path: root/ofproto/pinsched.c
diff options
context:
space:
mode:
authorThomas Graf <tgraf@noironetworks.com>2014-12-15 14:10:38 +0100
committerThomas Graf <tgraf@noironetworks.com>2014-12-15 14:15:05 +0100
commitd668c4a94192269235510fa7d23e324ed1155a78 (patch)
treef4ff1ac1f6ac2013d9eec3f707149c3042a6ec26 /ofproto/pinsched.c
parent904e0804430e5526752fe75637df48a3e9467deb (diff)
downloadopenvswitch-d668c4a94192269235510fa7d23e324ed1155a78.tar.gz
lib: Move token-bucket.h to <openvswitch/token-bucket.h>
Signed-off-by: Thomas Graf <tgraf@noironetworks.com> Acked-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'ofproto/pinsched.c')
-rw-r--r--ofproto/pinsched.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ofproto/pinsched.c b/ofproto/pinsched.c
index 351623da8..d769a5378 100644
--- a/ofproto/pinsched.c
+++ b/ofproto/pinsched.c
@@ -31,7 +31,7 @@
#include "rconn.h"
#include "sat-math.h"
#include "timeval.h"
-#include "token-bucket.h"
+#include "openvswitch/token-bucket.h"
#include "vconn.h"
struct pinqueue {