mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 12:30:06 +00:00
One more obvious missing #include in the testsuite.
* rt/tst-mqueue4.c: Include stdint.h.
This commit is contained in:
parent
9174b4c3b6
commit
71223d6880
@ -1,3 +1,7 @@
|
||||
2017-02-19 Zack Weinberg <zackw@panix.com>
|
||||
|
||||
* rt/tst-mqueue4.c: Include stdint.h.
|
||||
|
||||
2017-02-17 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* sysdeps/arm/libm-test-ulps: Update.
|
||||
|
@ -23,6 +23,7 @@
|
||||
#include <limits.h>
|
||||
#include <signal.h>
|
||||
#include <stdio.h>
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <sys/time.h>
|
||||
|
Loading…
Reference in New Issue
Block a user