From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pete Zaitcev Subject: [Patch 7/8] tabled: cleanup: add #include Date: Wed, 14 Apr 2010 12:35:21 -0600 Message-ID: <20100414123521.53776477@redhat.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Sender: hail-devel-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" To: jeff@garzik.org Cc: Project Hail List Same as everywhere else: missing prototypes, so implementations are not actually matched by the compiler. Signed-off-by: Pete Zaitcev --- 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 #include #include +#include /* * 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 #include #include +#include "test.h" bool find_our_hdr(const char *hdr, const void *data, size_t data_len) {