diff options
author | Roland McGrath <roland@gnu.org> | 2005-12-21 22:54:00 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2005-12-21 22:54:00 +0000 |
commit | 8dea90aab05bd062d0c8a6974d5405c69982e82a (patch) | |
tree | abaf93653b73792e22cd77c73bbca9075054b022 /sysdeps/mach | |
parent | 8f480b4bc2540b05c200617d68d3be465ccd2a7e (diff) | |
download | glibc-8dea90aab05bd062d0c8a6974d5405c69982e82a.tar.gz glibc-8dea90aab05bd062d0c8a6974d5405c69982e82a.tar.xz glibc-8dea90aab05bd062d0c8a6974d5405c69982e82a.zip |
* sysdeps/mach/hurd/ifreq.c: Add missing #includes.
Diffstat (limited to 'sysdeps/mach')
-rw-r--r-- | sysdeps/mach/hurd/ifreq.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sysdeps/mach/hurd/ifreq.c b/sysdeps/mach/hurd/ifreq.c index 258ea6368d..9da8a6803a 100644 --- a/sysdeps/mach/hurd/ifreq.c +++ b/sysdeps/mach/hurd/ifreq.c @@ -17,6 +17,12 @@ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ +#include <ifreq.h> +#include <hurd.h> +#include <hurd/pfinet.h> +#include <sys/mman.h> + + void __ifreq (struct ifreq **ifreqs, int *num_ifs, int sockfd) { |