Add missing #includes.
authorBen Pfaff <blp@nicira.com>
Wed, 14 Jan 2009 21:39:20 +0000 (13:39 -0800)
committerBen Pfaff <blp@nicira.com>
Wed, 14 Jan 2009 21:39:36 +0000 (13:39 -0800)
lib/vconn-ssl.c
lib/vconn-stream.c

index c6fde670197549bcef3b5f59722f7c5f277e867a..c5a16250d975db1d97154dee3cf7d1f2e98a926b 100644 (file)
@@ -48,6 +48,7 @@
 #include <sys/stat.h>
 #include <unistd.h>
 #include "dynamic-string.h"
+#include "leak-checker.h"
 #include "ofpbuf.h"
 #include "openflow/openflow.h"
 #include "packets.h"
index cdba45f2c03ceb89b09ceb2664babb38b42c0c59..038976e80c6e96ad0bf5800ee864a431302598cb 100644 (file)
@@ -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 <string.h>
 #include <sys/types.h>
 #include <unistd.h>
+#include "leak-checker.h"
 #include "ofpbuf.h"
 #include "openflow/openflow.h"
 #include "poll-loop.h"