diff options
Diffstat (limited to 'lib/libspl')
-rw-r--r-- | lib/libspl/timestamp.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libspl/timestamp.c b/lib/libspl/timestamp.c index a4f4cf4e4..e2838da12 100644 --- a/lib/libspl/timestamp.c +++ b/lib/libspl/timestamp.c @@ -28,6 +28,10 @@ #include <langinfo.h> #include "statcommon.h" +#ifndef _DATE_FMT +#define _DATE_FMT "%+" +#endif + /* * Print timestamp as decimal reprentation of time_t value (-T u was specified) * or in date(1) format (-T d was specified). |