diff options
author | Damien Miller <djm@mindrot.org> | 2011-01-13 12:21:34 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2011-01-13 12:21:34 +1100 |
commit | 1708cb7d0d318f2ef6d48ef763125162f99a3b8c (patch) | |
tree | b016ed5ca9ca6a9194ebcb50c20eec82b960b62f /misc.c | |
parent | 134d02a494f435458a1147dea9ed719f1274078c (diff) | |
download | openssh-git-1708cb7d0d318f2ef6d48ef763125162f99a3b8c.tar.gz |
- (djm) [misc.c] include time.h for nanosleep() prototype
Diffstat (limited to 'misc.c')
-rw-r--r-- | misc.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -35,6 +35,7 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> +#include <time.h> #include <unistd.h> #include <netinet/in.h> |