1
0
mirror of https://github.com/stedolan/jq.git synced 2024-05-11 05:55:39 +00:00

Add mkstemp() for mingw build

This commit is contained in:
Nicolas Williams
2015-01-01 03:14:55 -06:00
parent 426913f127
commit 157c95b988
3 changed files with 31 additions and 1 deletions

4
util.h
View File

@@ -3,6 +3,10 @@
#include "jv.h"
#ifndef HAVE_MKSTEMP
int mkstemp(char *template);
#endif
jv expand_path(jv);
jv get_home(void);
jv jq_realpath(jv);