summaryrefslogtreecommitdiff
path: root/libshouldbeinlibc/portinfo.h
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1999-07-11 08:06:07 +0000
committerThomas Bushnell <thomas@gnu.org>1999-07-11 08:06:07 +0000
commit8a3e8261c7a4c8893cf66e30ce6f3a16d00490df (patch)
tree2a8c3cb78c34803471ceba4439d775190a0d6f76 /libshouldbeinlibc/portinfo.h
parent1e91e9c9ce58391a7cbac72b073028966396998d (diff)
1999-07-11 Thomas Bushnell, BSG <tb@mit.edu>
* ugids-argp.c (parse_opt): Clarify if-then-else structure by adding more braces. * portinfo.h: Include <sys/types.h>. * portxlate.c: Likewise. * portinfo.c: (print_port_info): Cast first arg of munmap correctly. (print_task_ports_info): Likewise. * xportinfo.c (print_xlated_task_ports_info): Likewise. * idvec-auth.c (idvec_merge_auth): Likewise. * portxlate.c (port_name_xlator_create): Likewise. (port_name_xlator_free): Likewise.
Diffstat (limited to 'libshouldbeinlibc/portinfo.h')
-rw-r--r--libshouldbeinlibc/portinfo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libshouldbeinlibc/portinfo.h b/libshouldbeinlibc/portinfo.h
index 09d1643a..cc8d0730 100644
--- a/libshouldbeinlibc/portinfo.h
+++ b/libshouldbeinlibc/portinfo.h
@@ -24,6 +24,7 @@
#include <stdio.h>
#include <errno.h>
#include <mach.h>
+#include <sys/types.h>
#include <sys/mman.h>
#include <portxlate.h>