blob: f1d63fd639844ef46c761e6ad4568864fa96ee7c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-ad,v 1.1 2003/07/25 19:00:18 tron Exp $
--- wraplib.c.orig 1998-05-24 16:14:16.000000000 +0200
+++ wraplib.c 2003-07-25 20:59:27.000000000 +0200
@@ -33,9 +33,9 @@
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
+#include <stdio.h>
#include "error.h"
-
const char *
Inet_ntop(int family, const void *addrptr, char *strptr, size_t len)
{
|