forked from OSchip/llvm-project
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:
parent
cde8f4c164
commit
47b0262d3f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue