One more obvious missing #include in the testsuite.

* rt/tst-mqueue4.c: Include stdint.h.
This commit is contained in:
Zack Weinberg 2016-11-20 20:46:30 -05:00
parent 9174b4c3b6
commit 71223d6880
2 changed files with 5 additions and 0 deletions

View File

@ -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.

View File

@ -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>