Mark inclusion of <time.h> from <bsd/bsd.h> deprecated

This will be removed at some point in the future.
This commit is contained in:
Guillem Jover 2009-12-11 23:13:42 +01:00
parent 3c9182b85e
commit dd2756e000

View File

@ -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