diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2024-02-04 01:34:35 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2024-02-04 01:34:35 +0100 |
commit | ad95a0b7185664655acdfb8e4d35db0a1d63d1e0 (patch) | |
tree | dba02dbd737016b37f765068d70cd0054f156bdd /console-client | |
parent | cbe05b0f11169ee39d1213871f59c9f8154a4ee2 (diff) | |
download | hurd-ad95a0b7185664655acdfb8e4d35db0a1d63d1e0.tar.gz hurd-ad95a0b7185664655acdfb8e4d35db0a1d63d1e0.tar.bz2 hurd-ad95a0b7185664655acdfb8e4d35db0a1d63d1e0.zip |
Add missing include
for va_start etc.
Diffstat (limited to 'console-client')
-rw-r--r-- | console-client/xkb/xkb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/console-client/xkb/xkb.c b/console-client/xkb/xkb.c index bed3da8a..f0c36a64 100644 --- a/console-client/xkb/xkb.c +++ b/console-client/xkb/xkb.c @@ -22,6 +22,7 @@ #include <fcntl.h> #include <string.h> #include <stdio.h> +#include <stdarg.h> #include <errno.h> #include <ctype.h> #include <stdlib.h> |