Browse Source

Merge pull request #513 from trapexit/errno

fix building on certain platforms
pull/514/head
trapexit 6 years ago
committed by GitHub
parent
commit
6ee44e451c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/fs_mktemp.cpp

1
src/fs_mktemp.cpp

@ -16,6 +16,7 @@
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
#include "errno.hpp"
#include "fs_base_open.hpp"
#include <fcntl.h>

Loading…
Cancel
Save