Bug 1630376 - Add errno.h header to RNP clang-cl compatibility code. DONTBUILD r=kaie

Differential Revision: https://phabricator.services.mozilla.com/D71092

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Rob Lemley 2020-04-21 01:00:13 +00:00
Родитель 4c466e0652
Коммит 4dc2d3eeb7
1 изменённых файлов: 1 добавлений и 0 удалений

1
third_party/niwcompat/sys/time.h поставляемый
Просмотреть файл

@ -11,6 +11,7 @@ extern "C" {
#endif
/* MS Win SDK Headers */
#include <errno.h>
#include <sys/timeb.h> /* For _ftime_s */
#include <time.h>