Skip to content
Snippets Groups Projects
Commit 2bbc7be5 authored by rswindell's avatar rswindell
Browse files

Resolve warning C4013: 'localtime_r' undefined; assuming extern returning int

parent f69b8769
Branches
Tags
No related merge requests found
......@@ -47,6 +47,7 @@
#define mswait(x) Sleep(x)
#endif
#include <genwrap.h> // for alloca()
#include <datewrap.h> // localtime_r()
#include "ciolib.h"
#include "uifc.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment