diff options
author | Zack Weinberg <zackw@panix.com> | 2017-04-19 14:39:04 -0400 |
---|---|---|
committer | Zack Weinberg <zackw@panix.com> | 2017-04-19 14:39:04 -0400 |
commit | 25cfd50214378545b92ddae04ddd1221c632361b (patch) | |
tree | 440bb71283b7f4afb5ed98fbce034fdb621cfe5c /posix/tst-mmap-offset.c | |
parent | bee05c9d58a34ec5886faf3b56ecaa56355d94bf (diff) | |
download | glibc-25cfd50214378545b92ddae04ddd1221c632361b.tar glibc-25cfd50214378545b92ddae04ddd1221c632361b.tar.gz glibc-25cfd50214378545b92ddae04ddd1221c632361b.tar.bz2 glibc-25cfd50214378545b92ddae04ddd1221c632361b.zip |
A third round of inclusion fixes for _ISOMAC testsuite.
* posix/tst-mmap-offset.c: Include stdint.h.
* resolv/tst-ns_name_compress.c: Include string.h.
* resolv/tst-resolv-edns.c: Include resolv.h.
Diffstat (limited to 'posix/tst-mmap-offset.c')
-rw-r--r-- | posix/tst-mmap-offset.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/posix/tst-mmap-offset.c b/posix/tst-mmap-offset.c index 385df289e6..5bb88aab10 100644 --- a/posix/tst-mmap-offset.c +++ b/posix/tst-mmap-offset.c @@ -17,6 +17,7 @@ License along with the GNU C Library; if not, see <http://www.gnu.org/licenses/>. */ +#include <stdint.h> #include <stdio.h> #include <stdlib.h> #include <string.h> |