diff options
Diffstat (limited to 'loginrec.c')
| -rw-r--r-- | loginrec.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/loginrec.c b/loginrec.c index 94ae81dc6088..788553e9204d 100644 --- a/loginrec.c +++ b/loginrec.c @@ -150,6 +150,9 @@ #include <sys/types.h> #include <sys/stat.h> #include <sys/socket.h> +#ifdef HAVE_SYS_TIME_H +# include <sys/time.h> +#endif #include <netinet/in.h> |
