We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb25e27 commit b1711b2Copy full SHA for b1711b2
openmp/runtime/test/ompt/callback.h
@@ -1,6 +1,11 @@
1
+#ifndef _BSD_SOURCE
2
#define _BSD_SOURCE
3
+#endif
4
#define _DEFAULT_SOURCE
5
#include <stdio.h>
6
+#ifndef __STDC_FORMAT_MACROS
7
+#define __STDC_FORMAT_MACROS
8
9
#include <inttypes.h>
10
#include <omp.h>
11
#include <ompt.h>
0 commit comments