[Patch 7/8] tabled: cleanup: add #include

Pete Zaitcev <[email protected]> Wed, 14 Apr 2010 12:35:21 -0600
Newsgroups org.kernel.vger.hail-devel
Message-ID <[email protected]>
Same as everywhere else: missing prototypes, so implementations are
not actually matched by the compiler.

Signed-off-by: Pete Zaitcev <[email protected]>

---
 lib/readport.c |    1 +
 test/libtest.c |    1 +
 2 files changed, 2 insertions(+)

diff --git a/lib/readport.c b/lib/readport.c
index afd1c91..8589ec6 100644
--- a/lib/readport.c
+++ b/lib/readport.c
@@ -25,6 +25,7 @@
 #include <errno.h>
 #include <fcntl.h>
 #include <unistd.h>
+#include <httputil.h>
 
 /*
  * Read a port number from a port file, fill buffer.
diff --git a/test/libtest.c b/test/libtest.c
index ef07778..bdfe912 100644
--- a/test/libtest.c
+++ b/test/libtest.c
@@ -20,6 +20,7 @@
 #include <string.h>
 #include <stdbool.h>
 #include <ctype.h>
+#include "test.h"
 
 bool find_our_hdr(const char *hdr, const void *data, size_t data_len)
 {