diff options
author | Job Snijders <job@cvs.openbsd.org> | 2022-11-29 20:41:33 +0000 |
---|---|---|
committer | Job Snijders <job@cvs.openbsd.org> | 2022-11-29 20:41:33 +0000 |
commit | 7a601320ff7f4a35d7431b2dee18cea14a170166 (patch) | |
tree | c85606be03d4549ab6709eb368585f782778d344 /usr.sbin/rpki-client/mft.c | |
parent | 27ff18ab99d691fafc4569715c9e2ed1d80afabc (diff) |
Only include stdarg.h, if we call any of va_{start,end}()
OK tb@
Diffstat (limited to 'usr.sbin/rpki-client/mft.c')
-rw-r--r-- | usr.sbin/rpki-client/mft.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/rpki-client/mft.c b/usr.sbin/rpki-client/mft.c index ed9cd187120..d9ab5dfb7df 100644 --- a/usr.sbin/rpki-client/mft.c +++ b/usr.sbin/rpki-client/mft.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mft.c,v 1.79 2022/11/26 12:02:37 job Exp $ */ +/* $OpenBSD: mft.c,v 1.80 2022/11/29 20:41:32 job Exp $ */ /* * Copyright (c) 2022 Theo Buehler <tb@openbsd.org> * Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv> @@ -20,7 +20,6 @@ #include <ctype.h> #include <err.h> #include <limits.h> -#include <stdarg.h> #include <stdint.h> #include <stdlib.h> #include <string.h> |