blob: e6a6149ff6689f5b6a7deaa27d88879ee4f27666 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
--- skkserv/skkserv.h.orig 1997-01-21 04:16:36.000000000 +0900
+++ skkserv/skkserv.h 2011-07-02 23:07:17.000000000 +0900
@@ -37,6 +37,8 @@
/* 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
@@ -44,9 +46,11 @@
#endif
#include <sys/socket.h>
#include <netinet/in.h>
+#include <arpa/inet.h>
#include <netdb.h>
#include <signal.h>
#include <errno.h>
+#include <pwd.h>
#ifndef DEFAULT_JISYO
#define DEFAULT_JISYO "/usr/local/share/emacs/SKK-JISYO.L"
|