Add <time.h> for time() and ctime(); sort <net*/*.h>
authorguenther <guenther@openbsd.org>
Fri, 26 Aug 2016 06:04:10 +0000 (06:04 +0000)
committerguenther <guenther@openbsd.org>
Fri, 26 Aug 2016 06:04:10 +0000 (06:04 +0000)
ok deraadt@

sbin/route/route.c

index 8fd08ef..25202e7 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: route.c,v 1.184 2016/07/09 20:39:17 tedu Exp $        */
+/*     $OpenBSD: route.c,v 1.185 2016/08/26 06:04:10 guenther Exp $    */
 /*     $NetBSD: route.c,v 1.16 1996/04/15 18:27:05 cgd Exp $   */
 
 /*
 
 #include <net/if.h>
 #include <net/if_dl.h>
+#include <net/if_media.h>
 #include <net/if_types.h>
 #include <net/route.h>
 #include <netinet/in.h>
+#include <netmpls/mpls.h>
+
 #include <arpa/inet.h>
 #include <netdb.h>
 
 #include <stddef.h>
 #include <stdlib.h>
 #include <string.h>
+#include <time.h>
 #include <paths.h>
 #include <err.h>
-#include <net/if_media.h>
-#include <netmpls/mpls.h>
 
 #include "keywords.h"
 #include "show.h"