All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pete Zaitcev <zaitcev@redhat.com>
To: jeff@garzik.org
Cc: Project Hail List <hail-devel@vger.kernel.org>
Subject: [Patch 7/8] tabled: cleanup: add #include
Date: Wed, 14 Apr 2010 12:35:21 -0600	[thread overview]
Message-ID: <20100414123521.53776477@redhat.com> (raw)

Same as everywhere else: missing prototypes, so implementations are
not actually matched by the compiler.

Signed-off-by: Pete Zaitcev <zaitcev@redhat.com>

---
 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)
 {

             reply	other threads:[~2010-04-14 18:35 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-14 18:35 Pete Zaitcev [this message]
2010-04-14 19:51 ` [Patch 7/8] tabled: cleanup: add #include Jeff Garzik

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100414123521.53776477@redhat.com \
    --to=zaitcev@redhat.com \
    --cc=hail-devel@vger.kernel.org \
    --cc=jeff@garzik.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.