Add missing stdarg.h include

This commit is contained in:
Lassi Kortela 2019-10-14 02:52:37 +03:00
parent a5735b8967
commit 6740eaf611
2 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,7 @@
#include <limits.h>
#include <math.h>
#include <setjmp.h>
#include <stdarg.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>

View File

@ -4,6 +4,7 @@
#include <math.h>
#include <setjmp.h>
#include <stdarg.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>