]> granicus.if.org Git - sudo/commitdiff
include sys/time.h; aparently AIX needs it. ppz@cdu.elektra.ru
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 26 Feb 1999 06:19:49 +0000 (06:19 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 26 Feb 1999 06:19:49 +0000 (06:19 +0000)
interfaces.c

index 67fd90ee53bbd16759bcb88ecda3fff64dcc98af..ce2021dfca9235177bfca11ac70476cc6fe570e6 100644 (file)
@@ -50,6 +50,7 @@
 #include <sys/types.h>
 #include <sys/socket.h>
 #include <sys/param.h>
+#include <sys/time.h>
 #include <sys/ioctl.h>
 #if defined(HAVE_SYS_SOCKIO_H) && !defined(SIOCGIFCONF)
 #include <sys/sockio.h>