Browse Source

common/misc: use windows.h

linux-mingw does not really like this.
pull/15/merge
Zhu PengFei 7 years ago
committed by GitHub
parent
commit
59d18ef55b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/common/misc.cpp

2
src/common/misc.cpp

@ -4,7 +4,7 @@
#include <cstddef>
#ifdef _WIN32
#include <Windows.h>
#include <windows.h>
#else
#include <cerrno>
#include <cstring>

Loading…
Cancel
Save