public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] One more obvious missing #include in the testsuite.
@ 2017-02-19 15:30 Zack Weinberg
  0 siblings, 0 replies; only message in thread
From: Zack Weinberg @ 2017-02-19 15:30 UTC (permalink / raw)
  To: libc-alpha

	* rt/tst-mqueue4.c: Include stdint.h.
---
 ChangeLog        | 4 ++++
 rt/tst-mqueue4.c | 1 +
 2 files changed, 5 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 84eb089b01..f345cad627 100644
--- 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.
diff --git a/rt/tst-mqueue4.c b/rt/tst-mqueue4.c
index 1718f59e82..8992193cac 100644
--- a/rt/tst-mqueue4.c
+++ b/rt/tst-mqueue4.c
@@ -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>
-- 
2.11.0

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-02-19 15:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-19 15:30 [PATCH] One more obvious missing #include in the testsuite Zack Weinberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).