15 lines
384 B
Text
15 lines
384 B
Text
$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)
|
|
{
|