Commit d7f9ee98 by Kwok Cheung Yeung Committed by Tobias Burnus

libgomp_g.h: Include stdint.h instead of gstdint.h.

2019-09-30  Kwok Cheung Yeung  <kcy@codesourcery.com>

        * libgomp_g.h: Include stdint.h instead of gstdint.h.

From-SVN: r276301
parent 26ca7d1b
2019-09-30 Kwok Cheung Yeung <kcy@codesourcery.com>
* libgomp_g.h: Include stdint.h instead of gstdint.h.
2019-09-27 Maciej W. Rozycki <macro@wdc.com>
* configure: Regenerate.
......
......@@ -31,7 +31,7 @@
#include <stdbool.h>
#include <stddef.h>
#include "gstdint.h"
#include <stdint.h>
/* barrier.c */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment