2010-02-14 23:07:38 +01:00
|
|
|
$NetBSD: patch-ai,v 1.2 2010/02/14 22:07:38 dholland Exp $
|
2005-02-22 11:48:36 +01:00
|
|
|
|
2010-02-14 23:07:38 +01:00
|
|
|
--- skkserv/skkserv.h.orig 1997-01-20 19:16:36.000000000 +0000
|
|
|
|
+++ skkserv/skkserv.h
|
|
|
|
@@ -37,12 +37,15 @@
|
|
|
|
/* Necessary for SunOS 3.x and maybe other old systems */
|
|
|
|
|
|
|
|
#include <stdio.h>
|
|
|
|
+#include <stdlib.h>
|
|
|
|
+#include <string.h>
|
|
|
|
|
|
|
|
#include <sys/types.h>
|
|
|
|
#ifdef HAVE_SYS_IOCTL_H
|
2005-02-22 11:48:36 +01:00
|
|
|
#include <sys/ioctl.h>
|
|
|
|
#endif
|
|
|
|
#include <sys/socket.h>
|
|
|
|
+#include <arpa/inet.h>
|
|
|
|
#include <netinet/in.h>
|
|
|
|
#include <netdb.h>
|
|
|
|
#include <signal.h>
|