summaryrefslogtreecommitdiff
path: root/ofproto/pinsched.c
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2011-10-03 21:52:39 -0700
committerBen Pfaff <blp@nicira.com>2011-10-04 09:09:03 -0700
commit3021ea6074bcc5a5bc7f1434ade97d84759e8d14 (patch)
tree1961a1f0d6f073ba6a49349f4b4e6de587d9f331 /ofproto/pinsched.c
parentb47e2a824c1f5fc0f9354e82d2f6ff4e4183fd80 (diff)
downloadopenvswitch-3021ea6074bcc5a5bc7f1434ade97d84759e8d14.tar.gz
vconn: Remove unnecessary forward declarations and #includes from header.
This required fix-ups in a few other files that accidentally depended upon vconn.h including those other headers.
Diffstat (limited to 'ofproto/pinsched.c')
-rw-r--r--ofproto/pinsched.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ofproto/pinsched.c b/ofproto/pinsched.c
index 695d9b46a..6d7eb1301 100644
--- a/ofproto/pinsched.c
+++ b/ofproto/pinsched.c
@@ -21,6 +21,7 @@
#include <arpa/inet.h>
#include <stdint.h>
#include <stdlib.h>
+#include "hash.h"
#include "hmap.h"
#include "ofpbuf.h"
#include "openflow/openflow.h"