From f3343008c690f4e67347fd57e8c8436437d72788 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Thu, 22 Sep 2016 19:15:58 +0200 Subject: [PATCH] wscript: add stdarg.h --- wscript | 1 + 1 file changed, 1 insertion(+) diff --git a/wscript b/wscript index 8697c91b..359d2eed 100644 --- a/wscript +++ b/wscript @@ -110,6 +110,7 @@ def configure(ctx): ctx.check(header_name='math.h') ctx.check(header_name='string.h') ctx.check(header_name='limits.h') + ctx.check(header_name='stdarg.h') ctx.check(header_name='getopt.h', mandatory = False) ctx.check(header_name='unistd.h', mandatory = False) -- 2.11.0