summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2024-02-04 01:34:35 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2024-02-04 01:34:35 +0100
commitad95a0b7185664655acdfb8e4d35db0a1d63d1e0 (patch)
treedba02dbd737016b37f765068d70cd0054f156bdd
parentcbe05b0f11169ee39d1213871f59c9f8154a4ee2 (diff)
Add missing include
for va_start etc.
-rw-r--r--console-client/xkb/xkb.c1
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>