diff options
author | Darren Tucker <dtucker@zip.com.au> | 2003-06-05 19:37:30 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2003-06-05 19:37:30 +1000 |
commit | 4aff13f1e7122ee41ee32a2388894936b54dcf4e (patch) | |
tree | b487e48b19d233826be0481d77493f2bad1f9a23 /openbsd-compat | |
parent | 76b5c8a83acab596c45624a5353b0ad5930321b3 (diff) |
- (dtucker) Add includes.h to fake-rfc2553.c so it will build.
Diffstat (limited to 'openbsd-compat')
-rw-r--r-- | openbsd-compat/fake-rfc2553.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/openbsd-compat/fake-rfc2553.c b/openbsd-compat/fake-rfc2553.c index ca13a40bc..95fded3f9 100644 --- a/openbsd-compat/fake-rfc2553.c +++ b/openbsd-compat/fake-rfc2553.c | |||
@@ -6,7 +6,9 @@ | |||
6 | * that ai_family is AF_INET. Don't use it for another purpose. | 6 | * that ai_family is AF_INET. Don't use it for another purpose. |
7 | */ | 7 | */ |
8 | 8 | ||
9 | RCSID("$Id: fake-rfc2553.c,v 1.1 2003/06/05 08:52:48 djm Exp $"); | 9 | #include "includes.h" |
10 | |||
11 | RCSID("$Id: fake-rfc2553.c,v 1.2 2003/06/05 09:37:30 dtucker Exp $"); | ||
10 | 12 | ||
11 | #ifndef HAVE_GETNAMEINFO | 13 | #ifndef HAVE_GETNAMEINFO |
12 | int getnameinfo(const struct sockaddr *sa, size_t salen, char *host, | 14 | int getnameinfo(const struct sockaddr *sa, size_t salen, char *host, |