vswitchd: fix "implicit declaration of function" build warning.
authorAnsis Atteka <aatteka@nicira.com>
Wed, 21 Dec 2011 17:59:16 +0000 (09:59 -0800)
committerAnsis Atteka <aatteka@nicira.com>
Wed, 21 Dec 2011 18:06:54 +0000 (10:06 -0800)
Included stream.h header file for connmgr.c and bridge.c files.

Signed-off-by: Ansis Atteka <aatteka@nicira.com>
Reported-by: Ben Pfaff <blp@nicira.com>
ofproto/connmgr.c
vswitchd/bridge.c

index 1c55b67..6caad06 100644 (file)
@@ -33,6 +33,7 @@
 #include "pktbuf.h"
 #include "rconn.h"
 #include "shash.h"
+#include "stream.h"
 #include "timeval.h"
 #include "vconn.h"
 #include "vlog.h"
index 3ae3b0f..265410f 100644 (file)
@@ -40,6 +40,7 @@
 #include "sha1.h"
 #include "shash.h"
 #include "socket-util.h"
+#include "stream.h"
 #include "stream-ssl.h"
 #include "sset.h"
 #include "system-stats.h"