Skip to content

Commit

Permalink
#include <sys/time.h> needed for AIX
Browse files Browse the repository at this point in the history
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3367 dc483132-0cff-0310-8789-dd5450dbe970
  • Loading branch information
tytso committed Jan 19, 1994
1 parent c547d08 commit 72dd49d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/krb5/os/localaddr.c
Expand Up @@ -39,6 +39,7 @@ static char rcsid_getaddr_c[] =

#include <sys/ioctl.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <net/if.h>
#include <errno.h>

Expand Down

0 comments on commit 72dd49d

Please sign in to comment.