|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen master] xenstore: talloc.h needs to include stdarg.h
commit 68c85cf3a83a54fe20cc5feb8365848b7b12ee8e
Author: Jan Beulich <jbeulich@xxxxxxxx>
AuthorDate: Thu Jul 6 09:06:27 2023 +0200
Commit: Jan Beulich <jbeulich@xxxxxxxx>
CommitDate: Thu Jul 6 09:06:27 2023 +0200
xenstore: talloc.h needs to include stdarg.h
talloc_vasprintf() has a va_list type parameter, so this type needs to
be defined (independent of the particular libc implementation).
Fixes: 63b6419d2a2d ("tools/xenstore: split out rest of live update control
code")
Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx>
Reviewed-by: Juergen Gross <jgross@xxxxxxxx>
---
tools/xenstore/talloc.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/xenstore/talloc.h b/tools/xenstore/talloc.h
index a0f4bff257..518fcac151 100644
--- a/tools/xenstore/talloc.h
+++ b/tools/xenstore/talloc.h
@@ -24,6 +24,7 @@
License along with this library; If not, see <http://www.gnu.org/licenses/>.
*/
+#include <stdarg.h>
#include <sys/types.h>
#include "utils.h"
--
generated by git-patchbot for /home/xen/git/xen.git#master
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |