]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
One more obvious missing #include in the testsuite.
authorZack Weinberg <zackw@panix.com>
Mon, 21 Nov 2016 01:46:30 +0000 (20:46 -0500)
committerZack Weinberg <zackw@panix.com>
Sun, 19 Feb 2017 15:29:34 +0000 (10:29 -0500)
* rt/tst-mqueue4.c: Include stdint.h.

ChangeLog
rt/tst-mqueue4.c

index 84eb089b014a19d194be74a73bde38eaa78eb682..f345cad62712dd020c4303f9bb5564aa926d8090 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 1718f59e828e11f1f6eef7c2335caefa4cecbd6e..8992193cacd4cac0255c00be854617fe03ffd57d 100644 (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>