Browse Source
Merge pull request #513 from trapexit/errno
fix building on certain platforms
pull/514/head
trapexit
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
src/fs_mktemp.cpp
|
@ -16,6 +16,7 @@ |
|
|
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
|
|
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
|
|
*/ |
|
|
*/ |
|
|
|
|
|
|
|
|
|
|
|
#include "errno.hpp"
|
|
|
#include "fs_base_open.hpp"
|
|
|
#include "fs_base_open.hpp"
|
|
|
|
|
|
|
|
|
#include <fcntl.h>
|
|
|
#include <fcntl.h>
|
|
|