aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/sys/timeb.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/sys/timeb.h b/sys/sys/timeb.h
index 40aba11ae6b4..238e90e5144d 100644
--- a/sys/sys/timeb.h
+++ b/sys/sys/timeb.h
@@ -50,4 +50,12 @@ struct timeb {
short dstflag; /* DST == non-zero */
};
+#ifndef _KERNEL
+#include <sys/cdefs.h>
+
+__BEGIN_DECLS
+int ftime __P((struct timeb *));
+__END_DECLS
+#endif /* _KERNEL */
+
#endif