summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillem Jover <guillem@hadrons.org>2009-12-11 23:13:42 +0100
committerGuillem Jover <guillem@hadrons.org>2009-12-12 01:11:08 +0100
commitdd2756e000208ee9e4cde3373f217fc7c98f0610 (patch)
treed6e1909b6fa5a320a2d4fa0053dcc2ad1e985a65
parent3c9182b85e785159b349106c04ccc1b4ec045350 (diff)
downloadlibbsd-dd2756e000208ee9e4cde3373f217fc7c98f0610.tar.gz
Mark inclusion of <time.h> from <bsd/bsd.h> deprecated
This will be removed at some point in the future.
-rw-r--r--include/bsd/bsd.h2
1 files changed, 2 insertions, 0 deletions
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