mirror of
https://github.com/fmang/opustags.git
synced 2025-01-28 19:05:03 +01:00
Include headers for mkstemps
Linux requires <stdlib.h>, but FreeBSD requires <unistd.h>.
This commit is contained in:
parent
4a1b8705cc
commit
b8c8be453f
@ -12,8 +12,10 @@
|
||||
#include <errno.h>
|
||||
#include <getopt.h>
|
||||
#include <limits.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <sys/stat.h>
|
||||
#include <unistd.h>
|
||||
|
||||
using namespace std::literals::string_literals;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user