diff options
Diffstat (limited to 'inputmethod/skkserv/patches/patch-ai')
-rw-r--r-- | inputmethod/skkserv/patches/patch-ai | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/inputmethod/skkserv/patches/patch-ai b/inputmethod/skkserv/patches/patch-ai new file mode 100644 index 00000000000..0af9736fb04 --- /dev/null +++ b/inputmethod/skkserv/patches/patch-ai @@ -0,0 +1,12 @@ +$NetBSD: patch-ai,v 1.1 2005/02/22 10:48:36 hira Exp $ + +--- skkserv/skkserv.h.orig 2005-02-22 19:14:10.000000000 +0900 ++++ skkserv/skkserv.h 2005-02-22 19:14:46.000000000 +0900 +@@ -43,6 +43,7 @@ + #include <sys/ioctl.h> + #endif + #include <sys/socket.h> ++#include <arpa/inet.h> + #include <netinet/in.h> + #include <netdb.h> + #include <signal.h> |