diff options
Diffstat (limited to 'contrib/ntp/libntp/tvtoa.c')
-rw-r--r-- | contrib/ntp/libntp/tvtoa.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/contrib/ntp/libntp/tvtoa.c b/contrib/ntp/libntp/tvtoa.c index 6bc72ac..19d4a94 100644 --- a/contrib/ntp/libntp/tvtoa.c +++ b/contrib/ntp/libntp/tvtoa.c @@ -1,16 +1,17 @@ /* * tvtoa - return an asciized representation of a struct timeval */ -#include <stdio.h> -#include <sys/time.h> #include "lib_strbuf.h" + #if defined(VMS) -#include "ntp_fp.h" +# include "ntp_fp.h" #endif /* VMS */ #include "ntp_stdlib.h" #include "ntp_unixtime.h" +#include <stdio.h> + char * tvtoa( const struct timeval *tv |