]> granicus.if.org Git - sudo/commitdiff
now include sys/time.h for AIX
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 1 Jul 1995 18:24:52 +0000 (18:24 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 1 Jul 1995 18:24:52 +0000 (18:24 +0000)
interfaces.c

index 2fed1dd9d8a8bf1e8b4a6de1d9d3689838fde1d3..26fa750d5ef4a77a55d16464e8891312051d6302 100644 (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>