]> The Tcpdump Group git mirrors - tcpdump/commitdiff
add <time.h>
authorassar <assar>
Mon, 10 Jul 2000 04:38:25 +0000 (04:38 +0000)
committerassar <assar>
Mon, 10 Jul 2000 04:38:25 +0000 (04:38 +0000)
print-rx.c
smbutil.c

index e1ddaec067cedf630f3fe48145c50c8302bc4fc5..6e5c2bd90f831f03eb1055e72f860f7e8f2660fb 100644 (file)
@@ -13,7 +13,7 @@
 
 #ifndef lint
 static const char rcsid[] =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-rx.c,v 1.11 2000-02-10 17:56:13 kenh Exp $";
+    "@(#) $Header: /tcpdump/master/tcpdump/print-rx.c,v 1.12 2000-07-10 04:38:25 assar Exp $";
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -22,6 +22,7 @@ static const char rcsid[] =
 
 #include <stdio.h>
 #include <string.h>
+#include <time.h>
 #include <sys/param.h>
 #include <sys/time.h>
 #include <sys/types.h>
index c822d72dd173ac0181a9b40342237af05fea5c28..4ddcf47ad5e52617104f6309b0fd666651337d88 100644 (file)
--- a/smbutil.c
+++ b/smbutil.c
@@ -11,7 +11,7 @@
 
 #ifndef lint
 static const char rcsid[] =
-     "@(#) $Header: /tcpdump/master/tcpdump/smbutil.c,v 1.6 2000-01-17 06:24:27 itojun Exp $";
+     "@(#) $Header: /tcpdump/master/tcpdump/smbutil.c,v 1.7 2000-07-10 04:38:26 assar Exp $";
 #endif
 
 #include <sys/param.h>
@@ -28,6 +28,7 @@ static const char rcsid[] =
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
+#include <time.h.
 
 #include "interface.h"
 #include "smb.h"