Add <stdarg.h> include to kmp_os.h, to get the va_list type, required

after cde8f4c164. Sort system includes, while here.
This commit is contained in:
Dimitry Andric 2020-08-24 22:45:02 +02:00
parent cde8f4c164
commit 47b0262d3f
1 changed files with 2 additions and 1 deletions

View File

@ -14,8 +14,9 @@
#define KMP_OS_H
#include "kmp_config.h"
#include <stdlib.h>
#include <atomic>
#include <stdarg.h>
#include <stdlib.h>
#define KMP_FTN_PLAIN 1
#define KMP_FTN_APPEND 2