fix travis build

This commit is contained in:
John Kerl 2017-03-29 08:10:59 -04:00
parent e32e3b3ba4
commit 0c7c2bce6d
2 changed files with 3 additions and 3 deletions

View file

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

View file

@ -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() {