mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-26 09:23:55 +00:00
fix travis build
This commit is contained in:
parent
e32e3b3ba4
commit
0c7c2bce6d
2 changed files with 3 additions and 3 deletions
|
|
@ -12,9 +12,6 @@
|
|||
// See important notes at the top of mlrval.h.
|
||||
// ================================================================
|
||||
|
||||
// For some Linux distros, in spite of including time.h:
|
||||
char *strptime(const char *s, const char *format, struct tm *ptm);
|
||||
|
||||
typedef int mv_i_nn_comparator_func_t(mv_t* pa, mv_t* pb);
|
||||
typedef int mv_i_cncn_comparator_func_t(const mv_t* pa, const mv_t* pb);
|
||||
|
||||
|
|
|
|||
|
|
@ -8,6 +8,9 @@
|
|||
#include "lib/mlrutil.h"
|
||||
#include "lib/mlrdatetime.h"
|
||||
|
||||
// For some Linux distros, in spite of including time.h:
|
||||
char *strptime(const char *s, const char *format, struct tm *ptm);
|
||||
|
||||
// ----------------------------------------------------------------
|
||||
// seconds since the epoch
|
||||
double get_systime() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue