2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-22 18:08:23 +00:00

now include sys/time.h for AIX

This commit is contained in:
Todd C. Miller 1995-07-01 18:24:52 +00:00
parent 4c82d0e4d6
commit 70da65274c

View File

@ -53,6 +53,7 @@ static char rcsid[] = "$Id$";
#include <netdb.h>
#include <errno.h>
#include <sys/types.h>
#include <sys/time.h>
#include <sys/socket.h>
#ifdef HAVE_SYS_SOCKIO_H
#include <sys/sockio.h>