Mark inclusion of <time.h> from <bsd/bsd.h> deprecated This will be removed at some point in the future.
diff --git a/include/bsd/bsd.h b/include/bsd/bsd.h
index 437cccc..8ebb12c 100644
--- a/include/bsd/bsd.h
+++ b/include/bsd/bsd.h
@@ -40,6 +40,8 @@
#include <bsd/err.h>
#include <bsd/getopt.h>
#include <bsd/md5.h>
+
+/* FIXME: Will be removed in the future. */
#include <time.h>
#endif