summaryrefslogtreecommitdiff
path: root/illumos-net-tools/debian/patches/statcommon-include-time.h.patch
blob: 559e5ea92ecdb4250d41956f0868a85931333875 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Index: illumos-net-tools/usr/src/cmd/stat/common/statcommon.h
===================================================================
--- illumos-net-tools.orig/usr/src/cmd/stat/common/statcommon.h	2014-03-01 16:18:04.000000000 +0400
+++ illumos-net-tools/usr/src/cmd/stat/common/statcommon.h	2014-05-20 09:27:18.796054256 +0400
@@ -37,6 +37,7 @@
 
 #include <stdio.h>
 #include <kstat.h>
+#include <time.h>
 #include <sys/time.h>
 #include <sys/types.h>
 #include <sys/buf.h>