1
0
mirror of https://github.com/openbsd/src.git synced 2026-06-17 23:03:29 +02:00

Include stdarg.h for va_list (needed for xmalloc.h).

This commit is contained in:
dtucker
2026-06-16 09:00:47 +00:00
parent 19d6ce4a78
commit fb37e3accf
2 changed files with 4 additions and 2 deletions
@@ -1,4 +1,4 @@
/* $OpenBSD: test_ed25519.c,v 1.1 2026/06/14 04:08:05 djm Exp $ */ /* $OpenBSD: test_ed25519.c,v 1.2 2026/06/16 09:00:47 dtucker Exp $ */
/* /*
* Regress test for Ed25519 keypair from seed * Regress test for Ed25519 keypair from seed
* *
@@ -6,6 +6,7 @@
*/ */
#include <sys/types.h> #include <sys/types.h>
#include <stdarg.h>
#include <stdio.h> #include <stdio.h>
#include <stdint.h> #include <stdint.h>
#include <stdlib.h> #include <stdlib.h>
@@ -1,4 +1,4 @@
/* $OpenBSD: test_mldsa.c,v 1.1 2026/06/14 04:08:06 djm Exp $ */ /* $OpenBSD: test_mldsa.c,v 1.2 2026/06/16 09:00:47 dtucker Exp $ */
/* /*
* Regress test for ML-DSA * Regress test for ML-DSA
* *
@@ -6,6 +6,7 @@
*/ */
#include <sys/types.h> #include <sys/types.h>
#include <stdarg.h>
#include <stdio.h> #include <stdio.h>
#include <stdint.h> #include <stdint.h>
#include <stdlib.h> #include <stdlib.h>