From 18a1cd8bfbe7728ff397e0bcde13c42679e0f491 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Wed, 14 Jan 2009 13:39:20 -0800 Subject: [PATCH] Add missing #includes. --- lib/vconn-ssl.c | 1 + lib/vconn-stream.c | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) 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" -- 2.30.2