[mingw] add timeops here, this contains prototypes for `gmtime_r` and `localtime_r`, which we need on windows

pull/3/head
Richard Meadows 2016-08-02 12:16:35 +01:00
rodzic 98ac732e22
commit 0d391708f2
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -19,6 +19,7 @@
#include "fl_digi.h"
#include "configuration.h"
#include "confdialog.h"
#include "timeops.h"
#include "jsoncpp.h"
#include "habitat/RFC3339.h"

Wyświetl plik

@ -4,6 +4,7 @@
#include <stdint.h>
#include <setjmp.h>
#include "ssdv_rx.h"
#include "timeops.h"
#include <curl/curl.h>