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/roa.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/roa.c')
-rw-r--r-- | usr.sbin/rpki-client/roa.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/rpki-client/roa.c b/usr.sbin/rpki-client/roa.c index ef0564a5fa6..b2367dc1684 100644 --- a/usr.sbin/rpki-client/roa.c +++ b/usr.sbin/rpki-client/roa.c @@ -1,4 +1,4 @@ -/* $OpenBSD: roa.c,v 1.57 2022/11/26 17:14:40 job Exp $ */ +/* $OpenBSD: roa.c,v 1.58 2022/11/29 20:41:32 job Exp $ */ /* * Copyright (c) 2022 Theo Buehler <tb@openbsd.org> * Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv> @@ -18,7 +18,6 @@ #include <assert.h> #include <err.h> -#include <stdarg.h> #include <stdint.h> #include <stdlib.h> #include <string.h> |