From: Ben Pfaff Date: Wed, 14 Jan 2009 21:39:20 +0000 (-0800) Subject: Add missing #includes. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18a1cd8bfbe7728ff397e0bcde13c42679e0f491;p=openvswitch Add missing #includes. --- diff --git a/lib/vconn-ssl.c b/lib/vconn-ssl.c index c6fde670..c5a16250 100644 --- a/lib/vconn-ssl.c +++ b/lib/vconn-ssl.c @@ -48,6 +48,7 @@ #include #include #include "dynamic-string.h" +#include "leak-checker.h" #include "ofpbuf.h" #include "openflow/openflow.h" #include "packets.h" diff --git a/lib/vconn-stream.c b/lib/vconn-stream.c index cdba45f2..038976e8 100644 --- a/lib/vconn-stream.c +++ b/lib/vconn-stream.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008 The Board of Trustees of The Leland Stanford +/* Copyright (c) 2008, 2009 The Board of Trustees of The Leland Stanford * Junior University * * We are making the OpenFlow specification and associated documentation @@ -40,6 +40,7 @@ #include #include #include +#include "leak-checker.h" #include "ofpbuf.h" #include "openflow/openflow.h" #include "poll-loop.h"