diff options
author | Zack Weinberg <zackw@panix.com> | 2016-11-20 20:46:30 -0500 |
---|---|---|
committer | Zack Weinberg <zackw@panix.com> | 2017-02-19 10:29:34 -0500 |
commit | 71223d68802e63a9d8e3b9f2907ccefffe1762cb (patch) | |
tree | cc178cdb0684cba36cb0cd8e6ea627de9f2ffee7 /rt | |
parent | 9174b4c3b612d1d8b6e0e53acd7ba39e86dc2e38 (diff) | |
download | glibc-71223d68802e63a9d8e3b9f2907ccefffe1762cb.tar.gz |
One more obvious missing #include in the testsuite.
* rt/tst-mqueue4.c: Include stdint.h.
Diffstat (limited to 'rt')
-rw-r--r-- | rt/tst-mqueue4.c | 1 |
1 files changed, 1 insertions, 0 deletions
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> |