From: Felix Janda <felix.janda@posteo.de> To: kbd@lists.altlinux.org Subject: [kbd] [PATCH 2/4] libkeymap: include <sys/types.h> for u_short Date: Thu, 4 Dec 2014 20:57:10 +0100 Message-ID: <20141204195710.GC5691@euler> (raw) In-Reply-To: <cover.1417719742.git.felix.janda@posteo.de> --- src/libkeymap/dump.c | 1 + src/libkeymap/kmap.c | 1 + src/libkeymap/summary.c | 1 + 3 files changed, 3 insertions(+) diff --git a/src/libkeymap/dump.c b/src/libkeymap/dump.c index 0262e24..606931e 100644 --- a/src/libkeymap/dump.c +++ b/src/libkeymap/dump.c @@ -13,6 +13,7 @@ #include <string.h> #include <ctype.h> #include <unistd.h> +#include <sys/types.h> #include "keymap.h" diff --git a/src/libkeymap/kmap.c b/src/libkeymap/kmap.c index 67be81e..e13498b 100644 --- a/src/libkeymap/kmap.c +++ b/src/libkeymap/kmap.c @@ -1,5 +1,6 @@ #include <stdlib.h> #include <string.h> +#include <sys/types.h> #include "nls.h" #include "kbd.h" diff --git a/src/libkeymap/summary.c b/src/libkeymap/summary.c index 46df90d..0912ae8 100644 --- a/src/libkeymap/summary.c +++ b/src/libkeymap/summary.c @@ -9,6 +9,7 @@ #include <string.h> #include <errno.h> #include <sys/ioctl.h> +#include <sys/types.h> #include "keymap.h" -- 2.0.4
next prev parent reply other threads:[~2014-12-04 19:57 UTC|newest] Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top 2014-12-04 19:56 ` [kbd] [PATCH 1/4] src/kbdrate: iconv from iso-8859-2 to utf8 Felix Janda 2014-12-04 19:57 ` Felix Janda [this message] 2014-12-04 19:57 ` [kbd] [PATCH 3/4] kbdrate.c, openvt.c: include <fcntl.h> for open() Felix Janda 2014-12-04 19:57 ` [kbd] [PATCH 4/4] openvt.c: include <limits.h> for NAME_MAX Felix Janda
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20141204195710.GC5691@euler \ --to=felix.janda@posteo.de \ --cc=kbd@lists.altlinux.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
Linux console tools development discussion This inbox may be cloned and mirrored by anyone: git clone --mirror http://lore.altlinux.org/kbd/0 kbd/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 kbd kbd/ http://lore.altlinux.org/kbd \ kbd@lists.altlinux.org kbd@lists.altlinux.ru kbd@lists.altlinux.com public-inbox-index kbd Example config snippet for mirrors. Newsgroup available over NNTP: nntp://lore.altlinux.org/org.altlinux.lists.kbd AGPL code for this site: git clone https://public-inbox.org/public-inbox.git