wscript: add stdarg.h
authorPaul Brossier <piem@piem.org>
Thu, 22 Sep 2016 17:15:58 +0000 (19:15 +0200)
committerPaul Brossier <piem@piem.org>
Thu, 22 Sep 2016 17:15:58 +0000 (19:15 +0200)
wscript

diff --git a/wscript b/wscript
index 8697c91..359d2ee 100644 (file)
--- 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)