summaryrefslogtreecommitdiff
path: root/posix
diff options
context:
space:
mode:
authorZack Weinberg <zackw@panix.com>2017-04-19 14:39:04 -0400
committerZack Weinberg <zackw@panix.com>2017-04-19 14:39:04 -0400
commit25cfd50214378545b92ddae04ddd1221c632361b (patch)
tree440bb71283b7f4afb5ed98fbce034fdb621cfe5c /posix
parentbee05c9d58a34ec5886faf3b56ecaa56355d94bf (diff)
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')
-rw-r--r--posix/tst-mmap-offset.c1
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>